Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
claymccoy committed Dec 4, 2014
1 parent 5fe7a94 commit 8ea8d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InstanceTypeControllerTests {
assert 31 <= types.size()
assert 'c1.medium' == types[0].name
InstanceTypeData m1Small = types.find { it.name == 'm1.small' }
assert 'Small (Default)' == m1Small.hardwareProfile.sizeDeploymentWorkflowSpec
assert 'Small (Default)' == m1Small.hardwareProfile.size
assert '3.75' == types.find { it.name == 'm1.medium' }.hardwareProfile.mem
assert '68.4' == types.find { it.name == 'm2.4xlarge' }.hardwareProfile.mem
InstanceTypeData c1medium = types.find { it.name == 'c1.medium' }
Expand Down

0 comments on commit 8ea8d34

Please sign in to comment.