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 6f6e42c commit b47f907Copy full SHA for b47f907
src/test/java/io/simplelocalize/cli/command/DownloadCommandTest.java
@@ -36,6 +36,7 @@ void shouldDownloadMultipleFiles() throws Exception
36
.withFormat("android")
37
.withLanguageKeys(List.of("en"))
38
.withOptions(List.of("SPLIT_BY_NAMESPACES"))
39
+ .withTags(List.of())
40
.build()))
41
.thenReturn(List.of(
42
DownloadableFile.builder().withNamespace("common").withUrl("https://s3.simplelocalize.io/file1.xml").build(),
0 commit comments