Skip to content

Commit

Permalink
Test for travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 2, 2017
1 parent 40ce82c commit 2cb4425
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public void addOpenNetwork_failure() {
when(mMockWiFiManager.addNetwork(any(WifiConfiguration.class))).thenReturn(WiseFy.WIFI_MANAGER_FAILURE);
int result = mWiseFy.addOpenNetwork(OPEN_NETWORK_SSID);
assertEquals(WiseFy.WIFI_MANAGER_FAILURE, result);
assertEquals(1, 2);
}

@Test
Expand Down

0 comments on commit 2cb4425

Please sign in to comment.