File tree Expand file tree Collapse file tree
test_runner/src/test/kotlin/ftl/args Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import ftl.args.yml.AppTestPair
99import ftl.args.yml.Type
1010import ftl.client.google.GcStorage
1111import ftl.client.google.GcStorage.exist
12- import ftl.client.google.getAndroidAppDetails
1312import ftl.client.google.run.android.setupAndroidTest
1413import ftl.config.Device
1514import ftl.config.FtlConstants.defaultAndroidModel
@@ -1739,16 +1738,11 @@ AndroidArgs
17391738 getMockedTestMatrix()
17401739 )
17411740
1742- mockkStatic(" ftl.client.google.AppDetailsKt" )
1743- every {
1744- getAndroidAppDetails(any())
1745- } returns " com.example.test_app"
1746-
17471741 mockkObject(Mixpanel )
17481742
17491743 runBlocking { parsedYml.runAndroidTests() }
17501744
1751- verify(exactly = 0 ) { Mixpanel .add(any< String >(), any() ) }
1745+ verify { Mixpanel .add(Mixpanel . APP_ID , " " ) }
17521746 }
17531747
17541748 @Test
You can’t perform that action at this time.
0 commit comments