Skip to content

Commit bc2b66c

Browse files
authored
Rename SnellsLawTest to SnellLawTest
1 parent 2023730 commit bc2b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/physics/SnellLawTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import static org.junit.jupiter.api.Assertions.*;
44
import org.junit.jupiter.api.Test;
55

6-
public class SnellsLawTest {
6+
public class SnellLawTest {
77
//tests for example environmet
88
@Test
99
public void testCalculateRefractionAngle() {

0 commit comments

Comments
 (0)