Skip to content

Commit

Permalink
fixed comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Jan 30, 2024
1 parent 530b8b4 commit 0f374d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/test/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@
import org.junit.jupiter.api.Test;

public class BaseTests {
@Test
public void TestTests() {
System.out.println("Test :)");
assert true;
}

// HEY! If your test is failing, don't comment this out! Your code won't work on the robot. So fix it! /lh /nm
/* HEY! If your test is failing, don't comment this out! Your code won't work on the robot. So fix it! /lh /nm */
@Test
public void TestAutoTasks() {
new RobotContainer();
Expand Down

0 comments on commit 0f374d4

Please sign in to comment.