Skip to content

Commit 94da911

Browse files
committed
minor change of verification
1 parent 713e311 commit 94da911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/test/java/com/parse/ParseInstallationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void testSaveAsync() throws Exception {
146146

147147
installation.saveAsync(sessionToken, toAwait);
148148

149-
verify(controller, times(1)).getAsync();
149+
verify(controller).getAsync();
150150
verify(objController, times(2)).saveAsync(
151151
any(ParseObject.State.class),
152152
any(ParseOperationSet.class),

0 commit comments

Comments
 (0)