Skip to content

Commit 42c0996

Browse files
author
Philipp Kraus
committed
update test for non-existing test
1 parent 62ce72c commit 42c0996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestCAsl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static Stream<Arguments> generate()
136136
}
137137
catch ( final IOException l_exception )
138138
{
139-
throw new UncheckedIOException( l_exception );
139+
return Stream.of( Arguments.of( "" ) );
140140
}
141141

142142
return Arrays.stream( l_arguments );

0 commit comments

Comments
 (0)