Skip to content

Commit

Permalink
InterfaceValidationTest fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Apr 26, 2019
1 parent c9c0d27 commit 8bdf763
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public class InterfaceValidationTest {

@Test
public void testValidInterface() {
RestClientModel.from(CorrectInterface.class, new HashSet<>(), new HashSet<>(), new ArrayList<>());
RestClientModel.from(CorrectInterface.class, new HashSet<>(), new HashSet<>(), new ArrayList<>(),
null);
}

}

0 comments on commit 8bdf763

Please sign in to comment.