Skip to content

Commit

Permalink
Resolve checkstyle issues in ItemListTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
PureUsagi committed Mar 14, 2024
1 parent 3276083 commit be5e1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/seedu/binbash/ItemListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;

class ItemListTest {

Expand All @@ -16,4 +16,4 @@ void deleteItem_oneItemInItemList_noItemInItemList() {

assertEquals(0, itemList.getItemCount());
}
}
}

0 comments on commit be5e1b3

Please sign in to comment.