Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Nelson <[email protected]>
  • Loading branch information
khatruong2009 and Jordan-Nelson authored Mar 26, 2024
1 parent 6da3ddf commit 794964e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void main() {
});

group('list()', () {
const testPath = StoragePath.fromString('/some/path');
const testPath = StoragePath.fromString('some/path');
final testResult = S3ListResult(
<S3Item>[],
hasNextPage: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void main() {

await expectLater(
storageS3Service.list(
path: const StoragePath.fromString('/a path'),
path: const StoragePath.fromString('a path'),
options: testOptions,
),
throwsA(isA<StorageException>()),
Expand Down

0 comments on commit 794964e

Please sign in to comment.