Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
bachish committed Jan 18, 2024
1 parent 0b2905b commit 0e54ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/rsm/RsmTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface RsmTest {

@Test
fun testEquals() {
assertFalse { equalsByNtName(getAStarRsm("S"), getAStarRsm("S")) }
assertTrue { equalsByNtName(getAStarRsm("S"), getAStarRsm("S")) }
assertFalse { equalsByNtName(getAStarRsm("S"), getAStarRsm("K")) }
}
}

0 comments on commit 0e54ad5

Please sign in to comment.