Eventually.assertUntil 100, 5, fn() -> | |
same_history = | |
Dispatcher.get_workers() | |
|> Enum.map(fn w -> Worker.get_history(w) end) | |
|> all_equal | |
assert same_history == true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment