Skip to content

Commit bebea16

Browse files
authored
Apply suggestion from @posva [skip ci]
1 parent 92a5c0f commit bebea16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pinia/__tests__/subscriptions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ describe('Subscriptions', () => {
354354
expect(spy2).toHaveBeenCalledTimes(2)
355355
})
356356

357-
it('debuggerEvents is not be an array when subscription is not trigger by patch', () => {
357+
it('debuggerEvents is not an array when subscription is not triggered by patch', () => {
358358
const store = useStore()
359359
store.$subscribe(
360360
({ type, events }) => {

0 commit comments

Comments
 (0)