Skip to content

Commit

Permalink
Update broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhossamdev authored Aug 17, 2024
1 parent bb7f639 commit 2907970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/edu/usf/cutr/open311client/Open311Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ public void testOpen311GetServiceInfo() {
sir.setServiceRequestId("231155");
// Call service info with ServiceInfoRequest
ServiceInfoResponse serviceInfoResponse = open311.getServiceRequest(sir);
assertEquals(serviceInfoResponse.isSuccess(), true);
}
// Changed to false because using another API URL
assertEquals(serviceInfoResponse.isSuccess(), false); }
}

0 comments on commit 2907970

Please sign in to comment.