Skip to content

Commit 1afe9ce

Browse files
committed
Fix deprecation warning in Java unit test
1 parent 273cec8 commit 1afe9ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/com/genymobile/scrcpy/StringUtilsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.genymobile.scrcpy;
22

3-
import junit.framework.Assert;
4-
3+
import org.junit.Assert;
54
import org.junit.Test;
65

76
import java.nio.charset.StandardCharsets;

0 commit comments

Comments
 (0)