Autocorrect

This commit is contained in:
Sven Weidauer 2024-06-16 18:00:51 +02:00
parent 40fe55854a
commit c67ebcf1bb
3 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ describe FormatStaged do
repo.set_content 'test.test', 'a=b'
repo.stage 'test.test'
expect(repo.run_formatter write: false).to be_truthy
expect(repo.run_formatter(write: false)).to be_truthy
expect(repo.get_content('test.test')).to eq 'a=b'
expect(repo.get_staged('test.test')).to eq 'a=b'
end