mirror of
https://github.com/google/nomulus
synced 2026-09-06 08:07:03 +00:00
Convert entire project to strict lexicographical import sort ordering
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127234970
This commit is contained in:
@@ -17,12 +17,10 @@ package google.registry.tools;
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
import google.registry.model.tmch.ClaimsListShard;
|
||||
|
||||
import java.io.FileNotFoundException;
|
||||
import org.joda.time.DateTime;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.FileNotFoundException;
|
||||
|
||||
/** Unit tests for {@link UploadClaimsListCommand}. */
|
||||
public class UploadClaimsListCommandTest extends CommandTestCase<UploadClaimsListCommand> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user