Skip to content

Commit

Permalink
#1053 - Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed May 30, 2021
1 parent ff966ee commit cd9c2f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testLoadDefaultConfigProperties() throws Exception {
Method method = generator.getClass().getDeclaredMethod("loadDefaultConfigProperties");
method.setAccessible(true);
method.invoke(generator);
Assert.assertEquals(36, qm.getConfigProperties().size());
Assert.assertEquals(35, qm.getConfigProperties().size());
}

@Test
Expand Down

0 comments on commit cd9c2f7

Please sign in to comment.