Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer authored and eolivelli committed Mar 11, 2022
1 parent d8573a4 commit 86f44ec
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 86f44ec

Please sign in to comment.