Skip to content

Commit

Permalink
Test bad working commit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 5, 2024
1 parent bead24a commit 480a456
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ class GetStateFlowTest {
awaitItem() shouldBe 1996
}
}

@Test
fun fakeTest( ) {

Check failure on line 43 in compose-remember-setting/src/commonTest/kotlin/internal/GetStateFlowTest.kt

View workflow job for this annotation

GitHub Actions / check

Unexpected whitespace

Check failure on line 43 in compose-remember-setting/src/commonTest/kotlin/internal/GetStateFlowTest.kt

View workflow job for this annotation

GitHub Actions / check

Unexpected spacing after "("

Check failure on line 43 in compose-remember-setting/src/commonTest/kotlin/internal/GetStateFlowTest.kt

View workflow job for this annotation

GitHub Actions / check

Unnecessary long whitespace

Check failure on line 43 in compose-remember-setting/src/commonTest/kotlin/internal/GetStateFlowTest.kt

View workflow job for this annotation

GitHub Actions / check

Unnecessary long whitespace

Check failure on line 43 in compose-remember-setting/src/commonTest/kotlin/internal/GetStateFlowTest.kt

View workflow job for this annotation

GitHub Actions / check

Expected a single white space before start of function body
false shouldBe true
}
}

0 comments on commit 480a456

Please sign in to comment.