Skip to content

Commit

Permalink
also break a test to test the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Apr 19, 2024
1 parent dab551c commit 041cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/androidTest/java/rs/ruffle/SmokeTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ class SmokeTest {
assertThat(device, notNullValue())

val trace = traceOutput.readLines()
assertThat(trace, equalTo(listOf("Hello from Flash!")))
assertThat(trace, equalTo(listOf("Hello from Ruffle!")))
}
}

0 comments on commit 041cda6

Please sign in to comment.