Skip to content

Commit 9c12b1f

Browse files
author
bmarkons
committed
Fix flaky test
1 parent b12ae48 commit 9c12b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/acceptance/admin/benchmark_groups_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BenchmarkGroupsTest < AcceptanceTest
2727
assert_difference('Group.count') do
2828
click_on('Create')
2929
end
30-
assert_equal Group.last.benchmark_types, benchmark_types.first(3)
30+
assert_matched_arrays Group.last.benchmark_types, benchmark_types.first(3)
3131
assert page.has_content?("#{group_name} group was successfully created.")
3232
end
3333

0 commit comments

Comments
 (0)