Skip to content

Commit

Permalink
Appreciate these CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yijiano committed Nov 11, 2024
1 parent 932e0fd commit adfa89b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/seedu/pill/util/TransactionManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import java.time.LocalDate;
import java.util.List;
import java.util.TreeSet;

class TransactionManagerTest {
private TransactionManager transactionManager;
Expand Down Expand Up @@ -204,4 +203,4 @@ void getTransactionHistory_endBeforeStart_returnsEmptyList() throws PillExceptio
// Assert
assertTrue(transactions.isEmpty());
}
}
}

0 comments on commit adfa89b

Please sign in to comment.