Skip to content

Commit

Permalink
Merge pull request #452 from claymccoy/fixSubnetTest
Browse files Browse the repository at this point in the history
subnet cache is never looked at
  • Loading branch information
claymccoy committed Jan 3, 2014
2 parents c6b151a + 232c58a commit 09980cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,5 @@ and groupName is #groupName""")
then:
subnetIds == []
1 * mockVpcCache.list() >> [new Vpc(vpcId: 'vpc-123')]
1 * mockSubnetCache.list() >> [new Subnet(subnetId: 'subnet-luke', vpcId: 'vpc-123')]
}
}

0 comments on commit 09980cd

Please sign in to comment.