Skip to content

Commit

Permalink
fix API test
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed May 21, 2018
1 parent ed7b1be commit 96427f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/com/shalzz/attendance/DataAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public class DataAPITest {

@Test
public void ApiEndpointIsCorrect() {
assertEquals(DataAPI.ENDPOINT, "https://academics.8bitlabs.in/api/v1/");
assertEquals(DataAPI.ENDPOINT, "https://academics.8bitlabs.tech/api/v1/");
}
}

0 comments on commit 96427f0

Please sign in to comment.