Skip to content

Commit 5ee6749

Browse files
committed
more cleanup
1 parent ce6ac18 commit 5ee6749

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkgs/native_assets_builder/test/helpers.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,7 @@ dependency_overrides:
297297
}
298298
}
299299

300-
final modifiedString = sourceString
301-
.replaceAll(
302-
'path: ../../',
303-
'path: ${pkgNativeAssetsBuilderUri.toFilePath().unescape()}',
304-
)
305-
.replaceAll('resolution: workspace', '');
300+
final modifiedString = sourceString.replaceAll('resolution: workspace', '');
306301
await File.fromUri(
307302
targetFileUri,
308303
).writeAsString(modifiedString, flush: true);

0 commit comments

Comments
 (0)