We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de41d12 commit 617d8aaCopy full SHA for 617d8aa
src/test/java/io/simplelocalize/cli/processor/YahooReactIntlProcessorTest.java
@@ -39,6 +39,6 @@ public void shouldFindFilesToProcess() throws Exception {
39
40
//then
41
Assertions.assertThat(filesToProcess.getProcessedFiles()).hasSize(4);
42
- Assertions.assertThat(filesToProcess.getKeys()).hasSize(13);
+ Assertions.assertThat(filesToProcess.getKeys()).hasSize(15);
43
}
44
0 commit comments