Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Nov 17, 2021
1 parent 41960fb commit 0ce7f3d
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 @@ -250,7 +250,7 @@ end

function helpers.vinyl_is_broken()
-- Blocked by https://github.com/tarantool/tarantool/issues/6609
local major, minor, patch = helpers.tarantool_version()
local major, minor = helpers.tarantool_version()
return major == 2 and (minor >= 1 or minor <= 7)
end

Expand Down

0 comments on commit 0ce7f3d

Please sign in to comment.