Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
(cherry picked from commit 86f44ec)
  • Loading branch information
Vincent Royer authored and nicoloboschi committed Mar 17, 2022
1 parent 67b9aa1 commit 31f066c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
import java.nio.charset.StandardCharsets;
import java.util.*;

import static org.testng.Assert.*;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.assertThrows;

public class JsonConverterTests {

Expand Down

0 comments on commit 31f066c

Please sign in to comment.