Skip to content

Commit 34344dd

Browse files
committed
test(firestore): sync latitude error message test w/new message
1 parent f9909fa commit 34344dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/e2e/GeoPoint.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('firestore.GeoPoint', function () {
5555
new firebase.firestore.GeoPoint(-100, 0);
5656
return Promise.reject(new Error('Did not throw an Error.'));
5757
} catch (error) {
58-
error.message.should.containEql("'longitude' must be a number between -90 and 90");
58+
error.message.should.containEql("'latitude' must be a number between -90 and 90");
5959
return Promise.resolve();
6060
}
6161
});

0 commit comments

Comments
 (0)