Skip to content

Commit 70446c0

Browse files
committed
shared-state: remove unsed line in test
1 parent 502c841 commit 70446c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/shared-state/tests/test_shared_state.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ describe('Shared State MultiWriter tests #sharedstatemultiwriter', function()
129129

130130
it('test insert new data', function()
131131
local ss = shared_state.SharedStateMultiWriter:new('foo')
132-
local sharedStateB = shared_state.SharedStateMultiWriter:new('B')
133132
stub(shared_state, "_getFortune", function () return 100 end)
134133
ss:insert({ bar = '123'})
135134
local db = ss:get()

0 commit comments

Comments
 (0)