Skip to content

Commit

Permalink
Fix test cases following change to filename definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tokou committed Sep 1, 2024
1 parent d766c0f commit 8757349
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ internal class YamlCommandReaderTest {
"extraArray" to listOf("itemA")
)
)),
DefineVariablesCommand(env = mapOf("MAESTRO_FILENAME" to "008_config_unknownKeys")),
LaunchAppCommand(
appId = "com.example.app",
),
Expand Down Expand Up @@ -179,7 +178,6 @@ internal class YamlCommandReaderTest {
ApplyConfigurationCommand(MaestroConfig(
appId = "com.example.app",
)),
DefineVariablesCommand(env = mapOf("MAESTRO_FILENAME" to "017_launchApp_otherPackage")),
LaunchAppCommand(
appId = "com.other.app"
),
Expand Down

0 comments on commit 8757349

Please sign in to comment.