Skip to content

Commit 82af594

Browse files
hermanliangrogerhu
authored andcommitted
bug fixes: reset LDS after test (#642)
1 parent 6e8804c commit 82af594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ public void testObjectNotFoundWhenSaveAsync() throws Exception {
194194
any(ParseOperationSet.class),
195195
eq(sessionToken),
196196
any(ParseDecoder.class));
197+
Parse.setLocalDatastore(null);
197198
}
198199

199200
@Test

0 commit comments

Comments
 (0)