Skip to content

Commit c729171

Browse files
committed
Fix build by fixing test.
1 parent 3b46886 commit c729171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/scala/sri/materialui/SimpleTest.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package sri.materialui
22

33
class SimpleTest extends BaseTest {
44

5-
test("simple", () => {
5+
test("simple") {
66
expect(true).toBeTruthy()
7-
})
7+
}
88
}

0 commit comments

Comments
 (0)