Skip to content

Commit 617d8aa

Browse files
committed
Adjust test
1 parent de41d12 commit 617d8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/simplelocalize/cli/processor/YahooReactIntlProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public void shouldFindFilesToProcess() throws Exception {
3939

4040
//then
4141
Assertions.assertThat(filesToProcess.getProcessedFiles()).hasSize(4);
42-
Assertions.assertThat(filesToProcess.getKeys()).hasSize(13);
42+
Assertions.assertThat(filesToProcess.getKeys()).hasSize(15);
4343
}
4444
}

0 commit comments

Comments
 (0)