Skip to content

Commit fe13761

Browse files
committed
Fix rogue char
1 parent 88a29a3 commit fe13761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-base/src/macosTest/kotlin/io/realm/kotlin/test/macos/PlatformInfoTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import kotlin.test.assertEquals
2222
class PlatformInfoTest {
2323
@Test
2424
fun platformInfo() {
25-
] assertEquals("MacOS", OS_NAME)
25+
assertEquals("MacOS", OS_NAME)
2626
}
2727
}

0 commit comments

Comments
 (0)