Skip to content

Commit

Permalink
Fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Feb 20, 2024
1 parent e9a49a0 commit 8170ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/test/model/asset_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void main() {
test('asset yaml', () {
final yaml = yamlEncode([
for (final item in assets) item.toYaml(BuildOutputImpl.latestVersion)
]);
]).replaceAll('\\', '/');
expect(yaml, assetsYamlEncoding);
final assets2 = AssetImpl.listFromYamlList(loadYaml(yaml) as YamlList);
expect(assets, assets2);
Expand Down

0 comments on commit 8170ef8

Please sign in to comment.