testUsingContext("One asset and its variant are bundled when the package has an asset and a variant, and lists the asset in its pubspec",()async{
testUsingContext('One asset and its variant are bundled when the package has an asset and a variant, and lists the asset in its pubspec',()async{
establishFlutterRoot();
establishFlutterRoot();
writePubspecFile('pubspec.yaml','test');
writePubspecFile('pubspec.yaml','test');
...
@@ -204,7 +204,7 @@ $assetsSection
...
@@ -204,7 +204,7 @@ $assetsSection
);
);
},overrides:contextOverrides);
},overrides:contextOverrides);
testUsingContext("One asset and its variant are bundled when the package has an asset and a variant, and the app lists the asset in its pubspec",()async{
testUsingContext('One asset and its variant are bundled when the package has an asset and a variant, and the app lists the asset in its pubspec',()async{
establishFlutterRoot();
establishFlutterRoot();
writePubspecFile(
writePubspecFile(
...
@@ -231,7 +231,7 @@ $assetsSection
...
@@ -231,7 +231,7 @@ $assetsSection
);
);
},overrides:contextOverrides);
},overrides:contextOverrides);
testUsingContext("Two assets are bundled when the package has and lists two assets in its pubspec",()async{
testUsingContext('Two assets are bundled when the package has and lists two assets in its pubspec',()async{
establishFlutterRoot();
establishFlutterRoot();
writePubspecFile('pubspec.yaml','test');
writePubspecFile('pubspec.yaml','test');
...
@@ -288,7 +288,7 @@ $assetsSection
...
@@ -288,7 +288,7 @@ $assetsSection
);
);
},overrides:contextOverrides);
},overrides:contextOverrides);
testUsingContext("Two assets are bundled when two packages each have and list an asset their pubspec",()async{
testUsingContext('Two assets are bundled when two packages each have and list an asset their pubspec',()async{
establishFlutterRoot();
establishFlutterRoot();
writePubspecFile(
writePubspecFile(
...
@@ -363,7 +363,7 @@ $assetsSection
...
@@ -363,7 +363,7 @@ $assetsSection
);
);
},overrides:contextOverrides);
},overrides:contextOverrides);
testUsingContext("One asset is bundled when the app depends on a package, listing in its pubspec an asset from another package",()async{
testUsingContext('One asset is bundled when the app depends on a package, listing in its pubspec an asset from another package',()async{