Skip to content

Commit

Permalink
Update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
causztic committed Aug 18, 2024
1 parent 55834f9 commit 95cc6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/composite_primary_key_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end
end

context "without composite_primary_key, searching against association with a composite_primary_key" do
context "searching against relation with a composite_primary_key" do
with_model :Parent do
table primary_key: [:first_name, :last_name] do |t|
t.string :first_name
Expand Down

0 comments on commit 95cc6d7

Please sign in to comment.