Skip to content

Commit 9e1736a

Browse files
authored
Update Store.spec.lua (#52)
Adds missing store:destruct call to test
1 parent efda50f commit 9e1736a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Store.spec.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ return function()
121121
expect(#events).to.equal(4)
122122
expect(events[3]).to.equal("execute a")
123123
expect(events[4]).to.equal("execute b")
124+
125+
store:destruct()
124126
end)
125127

126128
it("should send an initial action with a 'type' field", function()

0 commit comments

Comments
 (0)