Skip to content

Commit b331b7e

Browse files
committed
refactor: format
1 parent e4708d1 commit b331b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/no/nav/security/mock/oauth2/MockOAuth2ServerTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class MockOAuth2ServerTest {
417417
}
418418

419419
@Test
420-
fun `takeRequest should time out if no request is received`(){
420+
fun `takeRequest should time out if no request is received`() {
421421
shouldThrow<java.lang.RuntimeException> {
422422
server.takeRequest(5, TimeUnit.MILLISECONDS)
423423
}

0 commit comments

Comments
 (0)