Skip to content

Commit

Permalink
Add new test enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPickles committed Apr 9, 2017
1 parent 80c0eaf commit df956b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sheets436/src/main/java/edu/umd/cmsc436/sheets/Sheets.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ public enum TestType {
LH_POP("'Balloon Test (LH)'"),
RH_POP("'Balloon Test (RH)'"),
LH_CURL("'Curling Test (LH)'"),
RH_CURL("'Curling Test (RH)'");
RH_CURL("'Curling Test (RH)'"),
HEAD_SWAY("'Swaying Test'");

private final String id;

Expand Down

0 comments on commit df956b1

Please sign in to comment.