Skip to content

Commit

Permalink
Re-arrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktrap committed Feb 22, 2022
1 parent c8f02d9 commit d186e00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/java/logging/LoggerTest.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package logging;

import static org.junit.Assert.assertEquals;


import frc.robot.logging.Logger;
import org.junit.Test;

import java.util.Calendar;
import java.util.GregorianCalendar;

import frc.robot.logging.Logger;

public class LoggerTest {
/**
* Tests {@link Logger} generates a new log filename correctly
Expand Down

0 comments on commit d186e00

Please sign in to comment.