Skip to content

Commit dffba56

Browse files
committed
More Windows
1 parent 8e0e749 commit dffba56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/native_assets_cli/test/model/build_config_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ version: ${BuildConfigImpl.latestVersion}''';
297297
"version": "${BuildConfigImpl.latestVersion}"
298298
}''';
299299
expect(
300-
jsonString.replaceAll('\\', '/'),
301-
equals(expectedJsonString),
300+
jsonString.replaceAll('\\\\', '/'),
301+
equals(expectedJsonString.replaceAll('\\', '/')),
302302
);
303303

304304
final buildConfig2 = BuildConfigImpl.fromConfig(

0 commit comments

Comments
 (0)