Skip to content

Commit e5fe544

Browse files
committed
fix: existing test was not actually checking correct state
1 parent 45aef78 commit e5fe544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/service-module/service-module.mutations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ describe('Service Module - Mutations', function() {
11661166

11671167
// Unset pending & check
11681168
unsetPending(state, method)
1169-
assert(!state[`!is${uppercaseMethod}Pending`])
1169+
assert(!state[`is${uppercaseMethod}Pending`])
11701170
})
11711171
})
11721172
})

0 commit comments

Comments
 (0)