Skip to content

Commit c00b9a8

Browse files
committed
reformat tests
1 parent 8b86ffc commit c00b9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/test/integration/api/aggregation.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ apiDescribe('Aggregation query', (persistence: boolean) => {
7171
});
7272
});
7373

74-
it('aggregate query supports withConverter on query', () => {
74+
it('aggregate query supports withConverter', () => {
7575
const testDocs = {
7676
a: { author: 'authorA', title: 'titleA' },
7777
b: { author: 'authorB', title: 'titleB' }
@@ -108,7 +108,7 @@ apiDescribe('Aggregation query', (persistence: boolean) => {
108108
});
109109
});
110110

111-
it('getAggregateFromServerDirect fails if firestore is terminated', () => {
111+
it('aggregate query fails if firestore is terminated', () => {
112112
const testDocs = {
113113
a: { author: 'authorA', title: 'titleA' }
114114
};

0 commit comments

Comments
 (0)