Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 21, 2024
1 parent 16e9029 commit 8c2b6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void create_csvReportPageFromInputStreamAndSettings_ok() throws IOException {
@Test
void create_unknownConstructorArgTypes_exception() {
// impl with constructor of (String, String) types not found
assertThrows(ReportPageInstantiationException.class, () -> factory.create("arg1", "arg2"));
assertThrows(ReportPageInstantiationException.class, () -> factory.create("arg1", "arg2", "arg3"));
}

@Test
Expand Down

0 comments on commit 8c2b6ab

Please sign in to comment.