Skip to content

Commit 690e78f

Browse files
authored
Fixes firebase#19
1 parent f8bd3b9 commit 690e78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/test.firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ describe("firestore", () => {
10311031
// [END add_rating_transaction]
10321032

10331033
// Create document and add a rating
1034-
var ref = db.collection('resaurants').doc('arinell-pizza');
1034+
var ref = db.collection('restaurants').doc('arinell-pizza');
10351035
return ref.set({
10361036
name: 'Arinell Pizza',
10371037
avgRating: 4.63,

0 commit comments

Comments
 (0)