Skip to content

Commit

Permalink
fix failed specs
Browse files Browse the repository at this point in the history
  • Loading branch information
huseynov206 committed Dec 28, 2023
1 parent 6668d79 commit 1443ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/e2e/association_proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

stub_node_class('School') do
property :name
has_many :out, :students, type: :has_student, model_class: :Student
has_many :out, :students, type: :has_student, model_class: :School
end
end

Expand Down

0 comments on commit 1443ca8

Please sign in to comment.