Skip to content

Commit db9768c

Browse files
committed
Remove extra character
1 parent a036e32 commit db9768c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/maxmind/minfraud/response/WarningTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public class WarningTest extends AbstractOutputTest {
99

1010
@Test
11-
public void testWarningn() throws Exception {
11+
public void testWarning() throws Exception {
1212
String code = "INVALID_INPUT";
1313
String msg = "Input invalid";
1414
String pointer = "/first/second";

0 commit comments

Comments
 (0)