We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713e311 commit 94da911Copy full SHA for 94da911
Parse/src/test/java/com/parse/ParseInstallationTest.java
@@ -146,7 +146,7 @@ public void testSaveAsync() throws Exception {
146
147
installation.saveAsync(sessionToken, toAwait);
148
149
- verify(controller, times(1)).getAsync();
+ verify(controller).getAsync();
150
verify(objController, times(2)).saveAsync(
151
any(ParseObject.State.class),
152
any(ParseOperationSet.class),
0 commit comments