Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd0ec59

Browse files
committed
test: fix count query
1 parent 8de0f14 commit bd0ec59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/collectionQueryBuilder.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('collectionQueryBuilder', () => {
136136

137137
expect(mockFetch).toHaveBeenCalledWith(
138138
'articles',
139-
'SELECT COUNT( *) as count FROM _articles ORDER BY stem ASC',
139+
'SELECT COUNT(*) as count FROM _articles ORDER BY stem ASC',
140140
)
141141
})
142142

0 commit comments

Comments
 (0)