Skip to content

Commit 087d87e

Browse files
committed
chore: clean getter
1 parent dbd72ff commit 087d87e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/service-module/module.getters.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@ describe('Service Module - Getters', function () {
400400
it('count returns the number of records in the store', function () {
401401
const { state } = this
402402

403-
const c = count(state, { find })
404-
405403
const total = count(state, { find: find(state) })({ query: {} })
406404
assert(total === 3, 'count is 3')
407405
})

0 commit comments

Comments
 (0)