Skip to content

Commit b47f907

Browse files
committed
Adjust tests
1 parent 6f6e42c commit b47f907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/simplelocalize/cli/command/DownloadCommandTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void shouldDownloadMultipleFiles() throws Exception
3636
.withFormat("android")
3737
.withLanguageKeys(List.of("en"))
3838
.withOptions(List.of("SPLIT_BY_NAMESPACES"))
39+
.withTags(List.of())
3940
.build()))
4041
.thenReturn(List.of(
4142
DownloadableFile.builder().withNamespace("common").withUrl("https://s3.simplelocalize.io/file1.xml").build(),

0 commit comments

Comments
 (0)