Skip to content

Commit

Permalink
Removed coomented ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Jul 12, 2023
1 parent c623726 commit 9e78d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/co/omise/live/LiveScheduleRequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void setup() throws Exception {
}

@Test
//@Ignore("only hit the network when we need to.")
@Ignore("only hit the network when we need to.")
public void testLiveScheduleListGet() throws IOException, OmiseException {
Request<ScopedList<Schedule>> request =
new Schedule.ListRequestBuilder()
Expand Down

0 comments on commit 9e78d8d

Please sign in to comment.