m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

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