Skip to content

Commit

Permalink
Fix misspell.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh18RW committed Nov 2, 2024
1 parent 5a51918 commit 76a3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/ru/corvinella/NumbersUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void testMakePrettier() {
}

@Test
public void testCountingTensNumberss() {
public void testCountingTensNumbers() {
makeTensNumbersTest(1.0, 1);
makeTensNumbersTest(10.0, 2);
makeTensNumbersTest(-1000.0, 4);
Expand Down

0 comments on commit 76a3390

Please sign in to comment.