Skip to content

Commit

Permalink
fix flaky spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 7, 2024
1 parent e09484b commit 20b8ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/requests/drivers/selectable_rides_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
expect(expected_relationships).to eq(actual_relationships)

included = result[:included]
expect(included.count).to eq(4)
expect(included.all? { _1[:type] == "address" }).to be_truthy
end
end
Expand Down

0 comments on commit 20b8ccb

Please sign in to comment.