Skip to content

Commit

Permalink
Fixed race condition causing flaky tests. (XrXr)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 13582]
  • Loading branch information
zenspider committed Nov 28, 2022
1 parent dcdd882 commit 4f31487
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/minitest/test_minitest_mock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def with_kwargs_env
end

class TestMinitestMock < Minitest::Test
parallelize_me!

def setup
@mock = Minitest::Mock.new.expect(:foo, nil)
@mock.expect(:meaning_of_life, 42)
Expand Down

0 comments on commit 4f31487

Please sign in to comment.