Skip to content

Commit 38046a6

Browse files
committed
Remove bad reference to no-arg increment
Change-Id: I82ce61f4fdba03e5438736bcd7b1c55f14f3d0ba
1 parent fef57ce commit 38046a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firestore/test.firestore.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ describe("firestore", () => {
428428
var washingtonRef = db.collection('cities').doc('DC');
429429

430430
// Atomically increment the population of the city by 50.
431-
// Note that increment() with no arguments increments by 1.
432431
washingtonRef.update({
433432
population: firebase.firestore.FieldValue.increment(50)
434433
});

0 commit comments

Comments
 (0)