Skip to content

Commit

Permalink
final stand
Browse files Browse the repository at this point in the history
  • Loading branch information
Senteran committed Jun 20, 2024
1 parent 0a39fd5 commit 16b2e97
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class RosettaInterpreterCompilerComparisonTest2 {
// To have like a helper method that converts a primitive type
// Into some value domain type to avoid having to manually set it
assertEquals(value, new RosettaInterpreterNumberValue(output))
assertTrue(false)
}

@Test
Expand Down Expand Up @@ -130,7 +129,6 @@ class RosettaInterpreterCompilerComparisonTest2 {
println(output)

assertEquals(expected, 2)
assertTrue(false)
}
}

Expand Down

0 comments on commit 16b2e97

Please sign in to comment.