Skip to content

Commit 89ae217

Browse files
Update remote_document_cache.test.ts
1 parent 9898479 commit 89ae217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/test/unit/local/remote_document_cache.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('IndexedDbRemoteDocumentCache', () => {
121121
assertMatches([doc('a/1', 1, DOC_DATA), doc('a/2', 2, DOC_DATA)], results);
122122
});
123123

124-
it('cen get next documents from collection group with limit', async () => {
124+
it('can get next documents from collection group with limit', async () => {
125125
await cache.addEntries([
126126
doc('a/1', 1, DOC_DATA),
127127
doc('b/2/a/2', 2, DOC_DATA),
@@ -139,7 +139,7 @@ describe('IndexedDbRemoteDocumentCache', () => {
139139
);
140140
});
141141

142-
it('cen get next documents from collection group with read time offset', async () => {
142+
it('can get next documents from collection group with read time offset', async () => {
143143
await cache.addEntries([
144144
doc('a/1', 1, DOC_DATA),
145145
doc('a/2', 2, DOC_DATA),

0 commit comments

Comments
 (0)