Skip to content

Commit

Permalink
Fix import order in ServerCallImplTest.java.
Browse files Browse the repository at this point in the history
  • Loading branch information
temawi committed Aug 13, 2021
1 parent 645ae56 commit c6f67a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,8 +18,8 @@

import static com.google.common.base.Charsets.UTF_8;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.ArgumentMatchers.any;
Expand Down

0 comments on commit c6f67a4

Please sign in to comment.