Skip to content

Commit

Permalink
1712675256
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Apr 9, 2024
1 parent 5cd668b commit f9be2c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/foobara/remote_imports/import_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
expect(outcome).to be_success
}.to change { Object.const_defined?(:SomeOrg) }

expect(result).to eq([SomeOrg::Auth])
expect(result.size).to eq(1)
type = result.first
expect(type).to be_a(Foobara::Types::Type)
expect(type).to eq(SomeOrg::Auth::User.entity_type)
expect(SomeOrg).to be_foobara_organization
expect(SomeOrg::Auth).to be_foobara_domain
binding.pry
end
end

0 comments on commit f9be2c5

Please sign in to comment.