We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543d248 commit 3a031c3Copy full SHA for 3a031c3
1 file changed
spec/unit/actions/route_transfer_owner_spec.rb
@@ -52,7 +52,7 @@ module VCAP::CloudController
52
context 'target space has the same name as the owning space' do
53
it 'makes the target space with the same name the new owner' do
54
RouteTransferOwner.transfer(route, target_space_dup_name, user_audit_info)
55
- expect(route.space.id).to eq target_space.id
+ expect(route.space.id).to eq target_space_dup_name.id
56
end
57
58
0 commit comments