Move TrapezoidProfileTest to trajectory folder (#1812)

The newer controls stuff is using subfolders, so it makes sense for
consistency and reduced clutter.
This commit is contained in:
Tyler Veness
2019-08-09 16:27:41 -07:00
committed by Peter Johnson
parent 95a54a0f29
commit 1c246418f8
2 changed files with 1 additions and 3 deletions

View File

@@ -5,12 +5,10 @@
/* the project. */
/*----------------------------------------------------------------------------*/
package edu.wpi.first.wpilibj;
package edu.wpi.first.wpilibj.trajectory;
import org.junit.jupiter.api.Test;
import edu.wpi.first.wpilibj.trajectory.TrapezoidProfile;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;