Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Jan 26, 2025
1 parent 784c2b7 commit 0a6b551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/antmedia/test/AppSettingsUnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ public void testUnsetAppSettings(AppSettings appSettings) {

assertEquals(-1, appSettings.getWebhookStreamStatusUpdatePeriodMs());

assertEquals(300, appSettings.getEncodingQueueSize());
assertEquals(150, appSettings.getEncodingQueueSize());
appSettings.setEncodingQueueSize(200);
assertEquals(200, appSettings.getEncodingQueueSize());
assertEquals("png", appSettings.getPreviewFormat());
Expand Down

0 comments on commit 0a6b551

Please sign in to comment.