Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 417f627

Browse files
author
Yip
committed
started writing tests
1 parent 1c898f5 commit 417f627

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

Binary file not shown.

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/RunLift.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public RunLift(LiftInterface lift, boolean up) {
1717
// Use requires() here to declare subsystem dependencies
1818
// eg. requires(chassis);
1919
this.lift = lift;
20+
requires(Robot.lift);
2021
if(up)
2122
dir = 1;
2223
else

Robot2018/test/org/usfirst/frc/team199/Robot2018/LiftTester.java

Whitespace-only changes.

0 commit comments

Comments
 (0)