Skip to content

Commit e33e9ca

Browse files
renamed the test file
1 parent 8d891d8 commit e33e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/conversions/TemperatureCoverterTest.java renamed to src/test/java/com/thealgorithms/conversions/TemperatureConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import static org.junit.jupiter.api.Assertions.assertEquals;
66
import static org.junit.jupiter.api.Assertions.assertThrows;
77

8-
public class TemperatureCoverterTest {
8+
public class TemperatureConverterTest {
99

1010
@Test
1111
public void testValidCelsiusToFahrenheit() {

0 commit comments

Comments
 (0)