Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2ead335

Browse files
author
Jonny Dimond
committed
fixed broken test
1 parent 734be91 commit 2ead335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/firebase/geofire/GeoFireTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public void getLocationReturnsCorrectLocation() throws InterruptedException, Exe
5555
Assert.assertEquals(TestCallback.noLocation("loc1"), testCallback1.getCallbackValue());
5656

5757
TestCallback testCallback2 = new TestCallback();
58-
geoFire.getLocation("loc1", testCallback2);
5958
setLoc(geoFire, "loc1", 0, 0, true);
59+
geoFire.getLocation("loc1", testCallback2);
6060
Assert.assertEquals(TestCallback.location("loc1", 0, 0), testCallback2.getCallbackValue());
6161

6262
TestCallback testCallback3 = new TestCallback();

0 commit comments

Comments
 (0)