Skip to content

Commit a093916

Browse files
committed
test: fix test value
1 parent 550f65b commit a093916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exception-handling/src/test/java/com/cbfacademy/ExceptionExercisesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void testConvertToIntegerReturnsExpectedResult(String input, Integer expectedRes
110110
"hello",
111111
"123abc",
112112
"''",
113-
" "
113+
"' '"
114114
})
115115
void testConvertToIntegerReturnsZeroForInvalidStrings(String input) {
116116
Integer result = exceptionExercises.convertToInteger(input);

0 commit comments

Comments
 (0)