Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Sep 11, 2024
1 parent 7d94180 commit 63e300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/test/example/local_asset_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void main() async {
expect(
dependencies,
[
testPackageUri.resolve('data/asset.txt'),
testPackageUri.resolve('assets/asset.txt'),
],
);
}
Expand Down

0 comments on commit 63e300d

Please sign in to comment.