Fix RuboCop error

This commit is contained in:
Junegunn Choi 2023-12-27 01:33:34 +09:00
parent 519de7c833
commit f0fbed6007
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

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