Skip to content

Commit

Permalink
fix: adopt tests for 1.10 (2nd part)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Jul 20, 2024
1 parent 211f4af commit 00e8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function g.test_delayed_queue()

queue:release(take, {
update = {
{ '=', 'payload', { new = 2 } }
{ '=', F.payload, { new = 2 } }
}
})

Expand Down

0 comments on commit 00e8023

Please sign in to comment.