Skip to content

Commit

Permalink
[#93] Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmacher committed Jan 1, 2024
1 parent 19e0b54 commit bccee06
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,4 @@ public void testRun() {

assertTrue(frequencyKHz == runFrequency.get() || (frequencyKHz - 1) == runFrequency.get());
}

@Test
public void testOo() {
long l = Long.MAX_VALUE;

System.out.println(l);

System.out.println(l + 1);
System.out.println(Math.abs((l + 1) % Long.MAX_VALUE));
}
}

0 comments on commit bccee06

Please sign in to comment.