Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 4, 2019
1 parent 611fad8 commit 3bdfdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/provider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@

it "works" do
expect(subject.role_name).to eq("ROLE_CONSORTIUM")
expect(subject.member_type).to eq("consortium_member")
expect(subject.member_type_label).to eq("Consortium Member")
expect(subject.member_type).to eq("consortium")
expect(subject.member_type_label).to eq("Consortium")
expect(subject.consortium_organizations.length).to eq(3)
consortium_organization = subject.consortium_organizations.last
expect(consortium_organization.consortium_id).to eq("VIVA")
Expand Down

0 comments on commit 3bdfdd4

Please sign in to comment.