Skip to content

Commit

Permalink
Fix Ruby tests (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 26, 2023
1 parent d23c38d commit bee699f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_runner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_syntax_errors_in_tests
actual = JSON.parse(File.read(output_dir / "results.json"))
assert_equal "error", actual["status"]
expected = <<~SYNTAX_ERRORS
Line 3: syntax error, unexpected ',', expecting end-of-input
Line 3: syntax error, unexpected ','
,'This is meant to be a syntax...
^
SYNTAX_ERRORS
Expand Down

0 comments on commit bee699f

Please sign in to comment.