Skip to content

Commit

Permalink
Update test/helper.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
  • Loading branch information
ArtDu and oleg-jukovec committed Apr 2, 2023
1 parent 7607ef9 commit 504c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function helpers.memtx_func_index_is_supported()
end

function helpers.error_function()
error()
error("error function call")
end

return helpers

0 comments on commit 504c6e3

Please sign in to comment.