Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JovicaSusa committed Feb 19, 2024
1 parent df5e16a commit aa56cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/admin/rentals_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
context "when configuration is set to not ignore blank remote accounts" do
it "assigns all remote accounts" do
index_with_search
expect(assigns(:remote_accounts).count).to include(*blank_remote_accounts)
expect(assigns(:remote_accounts)).to include(*blank_remote_accounts)
end
end

Expand Down

0 comments on commit aa56cc3

Please sign in to comment.