Skip to content

Commit

Permalink
Ensure CI environment doesn't pollute unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Feb 24, 2024
1 parent f9d7bb4 commit f4ab298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mighty_test/sharder_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_it_raises_an_exception_on_an_invalid_total_value
end

def test_it_has_a_default_hardcoded_seed
sharder = Sharder.from_argv("1/2")
sharder = Sharder.from_argv("1/2", env: {})
assert_equal(123_456_789, sharder.seed)
end

Expand Down

0 comments on commit f4ab298

Please sign in to comment.