Skip to content

Commit b5f613c

Browse files
committed
Updated the comment
1 parent 4137368 commit b5f613c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/firestore/collection/collection.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ describe('AngularFirestoreCollection', () => {
9292
expect(data.length).toEqual(ITEMS);
9393
pricefilter$.next(-1);
9494
}
95-
// on the second round, make sure the array is still the same
96-
// length but the updated item is now modified
95+
// on the second round, we should have filtered out everything
9796
if(count === 2) {
9897
expect(data.length).toEqual(0);
9998
sub.unsubscribe();

0 commit comments

Comments
 (0)