Fix RuboCop error

This commit is contained in:
Junegunn Choi
2023-12-27 01:33:34 +09:00
parent 519de7c833
commit f0fbed6007

View File

@@ -745,7 +745,7 @@ class TestGoFZF < TestBase
writelines(tempname, ['/bar/baz', '/foo/bar/baz'])
assert_equal [
'/foo/bar/baz',
'/bar/baz',
'/bar/baz'
], `#{FZF} -fbaz --tiebreak=end < #{tempname}`.lines(chomp: true)
end