Merge pull request #5880 from betagouv/fix-tests-warnings

Tests : correction d'un avertissement Rspec sur l'assertion des exceptions (#5880)
This commit is contained in:
Pierre de La Morinerie 2021-02-09 11:01:40 +01:00 committed by GitHub
commit 73f61bae2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -370,7 +370,7 @@ describe ProcedureExportService do
end
it 'should have valid sheet name' do
expect { subject }.not_to raise_error(ArgumentError)
expect { subject }.not_to raise_error
end
end