Skip to content

Commit

Permalink
testing build by removing assert.Greater case
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-hirani committed Aug 12, 2019
1 parent 4871a4d commit 63d1f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func TestParseDurationInvalidFormat(t *testing.T) {

func TestListResourceTypes(t *testing.T) {
allAWSResourceTypes := aws.ListResourceTypes()
assert.Greater(t, len(allAWSResourceTypes), 0)
assert.Contains(t, allAWSResourceTypes, aws.EC2Instances{}.ResourceName())
}

Expand Down

0 comments on commit 63d1f34

Please sign in to comment.