Skip to content

Commit 556cf19

Browse files
committed
renamed method according to naming conventions
1 parent b3c2377 commit 556cf19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

math/src/test/java/math/Vector4fTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ public void testDivideByWLocalUpdatesOriginalVector() {
30623062
}
30633063

30643064
@Test
3065-
public void testDivideByWLocalThrowsArithmeticException_whenWIsZero() {
3065+
public void testDivideByWLocalThrowsArithmeticExceptionWhenWIsZero() {
30663066
// Create a vector with w = 0
30673067
Vector4f vector = new Vector4f(4.0f, 8.0f, 12.0f, 0.0f);
30683068

0 commit comments

Comments
 (0)