Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 25, 2024
1 parent a05a7cb commit bb3ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/antmedia/test/StreamFetcherUnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ public void testHLSSourceFmp4() {

String[] filesInStreams = new File("webapps/junit/streams").list();
boolean initFileFound = false;
String regex = streamId + "_" + System.currentTimeMillis()/10000 + "\\d{4}_init.mp4";
String regex = streamId + "_" + System.currentTimeMillis()/100000 + "\\d{5}_init.mp4";
System.out.println("regex:"+regex);

for (int i = 0; i < filesInStreams.length; i++) {
Expand Down

0 comments on commit bb3ff4e

Please sign in to comment.