Skip to content

Commit

Permalink
fix test problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MidCoard committed Oct 8, 2022
1 parent 32eec2f commit f6bd131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/top/focess/qq/test/TestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ void testBase64() {
byte[] encode = Base64.encodeBase64(bytes);
byte[] decode = Base64.decodeBase64(encode);
assertEquals(s, new String(decode));
assertEquals(encode, new byte[]{102, 111, 99, 101, 115, 115});
}

@RepeatedTest(5)
Expand Down

0 comments on commit f6bd131

Please sign in to comment.