Skip to content

Commit

Permalink
oops... this part of the exception is only on ruby 3.1+
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 13433]
  • Loading branch information
zenspider committed Jun 12, 2022
1 parent 31b95ed commit 52b9557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/minitest/test_minitest_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ def test_spec_marshal_with_exception_nameerror

msg = @tc.failure.error.message
assert_includes msg, "uninitialized constant TestMinitestRunnable::NOPE"
assert_includes msg, "NOPE::does_not_exist"

# Pass it over the wire
over_the_wire = Marshal.load Marshal.dump @tc
Expand Down

0 comments on commit 52b9557

Please sign in to comment.