Skip to content

Commit ddee932

Browse files
committed
Format tweak for test fixture
1 parent 94f612b commit ddee932

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/test/java/org/apache/commons/lang3/math/FractionTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -626,16 +626,16 @@ public void testHashCode() {
626626
@ParameterizedTest
627627
// @formatter:off
628628
@CsvSource({
629-
"0, 37, -464320789, 46",
630-
"0, 37, -464320788, 9",
631-
"0, 37, 1857283155, 38",
632-
"0, 25185704, 1161454280, 1050304",
633-
"0, 38817068, 1509581512, 18875972",
634-
"0, 38817068, -2146369536, 2145078572",
635-
"1400217380, 128, 2092630052, 150535040",
636-
"1400217380, 128, -580400986, 268435638",
629+
"0, 37, -464320789, 46",
630+
"0, 37, -464320788, 9",
631+
"0, 37, 1857283155, 38",
632+
"0, 25185704, 1161454280, 1050304",
633+
"0, 38817068, 1509581512, 18875972",
634+
"0, 38817068, -2146369536, 2145078572",
635+
"1400217380, 128, 2092630052, 150535040",
636+
"1400217380, 128, -580400986, 268435638",
637637
"1400217380, 2147483592, -2147483648, 268435452",
638-
"1756395909, 4194598, 1174949894, 42860673"
638+
"1756395909, 4194598, 1174949894, 42860673"
639639
})
640640
// @formatter:on
641641
public void testHashCodeNotEquals(int f1n, int f1d, int f2n, int f2d) {

0 commit comments

Comments
 (0)