Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonowl committed Aug 7, 2024
1 parent c2541a3 commit 0aa2ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/test_coverage/test_coverage_result_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

it 'aborted if bad address' do
expect { described_class.new(address: bad) }
.to raise_error.with_message(/Failed to download the file. HTTP status code: .*/)
.to raise_error(/Failed to download the file. HTTP status code: .*/)
end

describe TestCoverageResult do
Expand Down

0 comments on commit 0aa2ec1

Please sign in to comment.