Skip to content

Commit

Permalink
Adjust tests for stability (4).
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Aug 7, 2024
1 parent c9e6961 commit b9cfba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void testPianoPropertyDefaults(
});

final var view = pianoView.get();
assertEquals(254.0, view.naturalKeyWidth());
assertTrue(view.naturalKeyWidth() >= 240.0);
assertEquals(127.0, view.accidentalKeyWidth());
assertEquals(24.0, view.naturalKeyHeight());
assertTrue(view.accidentalKeyHeight() < view.naturalKeyHeight());
Expand Down

0 comments on commit b9cfba6

Please sign in to comment.