Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chanjarster authored and WillemJiang committed Nov 7, 2019
1 parent 6f29544 commit 8d31222
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public class DefaultComponentsDiffValidatorFactoryTest {
@Test
public void create() {
List<ComponentsDiffValidator> validators = validatorFactory.create();
assertThat(validators).hasSize(7);
assertThat(validators).hasSize(6);
}
}

Expand Down

0 comments on commit 8d31222

Please sign in to comment.