Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SAB-10 committed Oct 25, 2024
1 parent b15395c commit a2c8bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/lab8/CustomListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void addCityTest() {
public void hasCityTest() {
list = MockCityList();
City city = new City("Calgary", "AB");

//test
assertFalse(list.hasCity(city));
list.addCity(city);
assertTrue(list.hasCity(city));
Expand Down

0 comments on commit a2c8bd0

Please sign in to comment.