Skip to content

Commit

Permalink
SWR3 is SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Dec 2, 2023
1 parent f09bfe5 commit 22f473f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testlistStation() throws IOException, InterruptedException {
public void testAbortAfterDuration() throws IOException, InterruptedException {
Path tmpDir = Files.createTempDirectory("rb");
try {
Main.main(new String[]{"Deutschlandfunk", "-abort-after-duration", "3s", "-limit", "1", "-d", tmpDir.toAbsolutePath().toString()});
Main.main(new String[]{"SWR3", "-abort-after-duration", "3s", "-limit", "1", "-d", tmpDir.toAbsolutePath().toString()});

// expecting one file
assertEquals(1, listRecursively(tmpDir).stream().filter(p -> Files.isRegularFile(p)).count());
Expand Down

0 comments on commit 22f473f

Please sign in to comment.