Skip to content

Commit

Permalink
style(test): fix formating of test code
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Nov 26, 2020
1 parent 4b1bd27 commit 962969f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/GeoDocumentReference.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ describe('GeoDocumentReference Tests:', () => {
.then(() => collection.get())
.then(snapshot => {
snapshot.forEach(doc => {
expect(new GeoDocumentReference(collection.doc(doc.id)).id)
.to.be.string;
expect(new GeoDocumentReference(collection.doc(doc.id)).id).to.be
.string;
});
})
.then(done);
Expand Down

0 comments on commit 962969f

Please sign in to comment.