Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Nov 23, 2023
1 parent 8a0a740 commit 78acb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/spec/error_handler_spec.rb
Expand Up @@ -21,7 +21,7 @@
output = File.open('./scan/spec/fixtures/non_parallel_testing_failure.log', &:read)
expect do
Scan::ErrorHandler.handle_build_error(output, log_path)
end.to_not raise_error
end.to_not(raise_error)
end
end

Expand Down

0 comments on commit 78acb96

Please sign in to comment.