Skip to content

Commit

Permalink
Update Store.spec.lua (#52)
Browse files Browse the repository at this point in the history
Adds missing store:destruct call to test
  • Loading branch information
OverHash authored and ZoteTheMighty committed Dec 2, 2020
1 parent add56a1 commit b7d851a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Store.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ return function()
expect(#events).to.equal(4)
expect(events[3]).to.equal("execute a")
expect(events[4]).to.equal("execute b")

store:destruct()
end)

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

0 comments on commit b7d851a

Please sign in to comment.