@@ -144,7 +144,7 @@ void main() {
144144 ProcessManager : () => FakeProcessManager .any (),
145145 });
146146
147- testWithoutContext ("DebugBundleLinuxAssets's name depends on target platforms" , () async {
147+ testWithoutContext ("DebugBundleLinuxAssets' name depends on target platforms" , () async {
148148 expect (const DebugBundleLinuxAssets (TargetPlatform .linux_x64).name, 'debug_bundle_linux-x64_assets' );
149149 expect (const DebugBundleLinuxAssets (TargetPlatform .linux_arm64).name, 'debug_bundle_linux-arm64_assets' );
150150 });
@@ -183,7 +183,7 @@ void main() {
183183 ProcessManager : () => FakeProcessManager .any (),
184184 });
185185
186- testWithoutContext ("ProfileBundleLinuxAssets's name depends on target platforms" , () async {
186+ testWithoutContext ("ProfileBundleLinuxAssets' name depends on target platforms" , () async {
187187 expect (const ProfileBundleLinuxAssets (TargetPlatform .linux_x64).name, 'profile_bundle_linux-x64_assets' );
188188 expect (const ProfileBundleLinuxAssets (TargetPlatform .linux_arm64).name, 'profile_bundle_linux-arm64_assets' );
189189 });
@@ -222,7 +222,7 @@ void main() {
222222 ProcessManager : () => FakeProcessManager .any (),
223223 });
224224
225- testWithoutContext ("ReleaseBundleLinuxAssets's name depends on target platforms" , () async {
225+ testWithoutContext ("ReleaseBundleLinuxAssets' name depends on target platforms" , () async {
226226 expect (const ReleaseBundleLinuxAssets (TargetPlatform .linux_x64).name, 'release_bundle_linux-x64_assets' );
227227 expect (const ReleaseBundleLinuxAssets (TargetPlatform .linux_arm64).name, 'release_bundle_linux-arm64_assets' );
228228 });
0 commit comments