Skip to content

Commit

Permalink
Minor tweak to testing vocabulary imports expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 5, 2024
1 parent 396301a commit 28f6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/vocabulary_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
}.each do |v, r|
context v.to_uri do
subject {v}
its(:imported_from) {is_expected.to eq r}
its(:imported_from) {is_expected.to include(*r)}
end
end

Expand Down

0 comments on commit 28f6ef5

Please sign in to comment.