Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 21, 2021
1 parent 019d9a5 commit cbac629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
expect(organization.id).to eq("https://ror.org/01856cw59")
expect(organization.name).to eq("University Hospital M??nster")
expect(organization.labels).to eq(
[{ "code" => "DE", "name" => "Universitätsklinikum M??nster" }],
[{ "code" => "DE", "name" => "Universit??tsklinikum M??nster" }],
)
expect(organization.links).to eq(%w[http://klinikum.uni-muenster.de/])
end
Expand Down

0 comments on commit cbac629

Please sign in to comment.