Skip to content

Commit

Permalink
Fix rogue char
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Sep 18, 2024
1 parent 88a29a3 commit fe13761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ import kotlin.test.assertEquals
class PlatformInfoTest {
@Test
fun platformInfo() {
] assertEquals("MacOS", OS_NAME)
assertEquals("MacOS", OS_NAME)
}
}

0 comments on commit fe13761

Please sign in to comment.