Skip to content

Commit

Permalink
Temporarily comment out an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Dec 31, 2024
1 parent 6b8e5b8 commit 4a41e78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class DumpWithoutSpaceTest : FunSpec({
| :two: true
| *1 : true""".trimMargin()
)
obj shouldNotBe null
// REVERTME: commenting out to see if this is the source of stackoverflow
// obj shouldNotBe null
}

test("Dump and load an alias") {
Expand Down

0 comments on commit 4a41e78

Please sign in to comment.