Skip to content

Commit

Permalink
issuers/aws: fix capitalization of AWS test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Jan 31, 2019
1 parent 02f56a5 commit 511f360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issuers/aws/aws_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/onsi/gomega"
)

func TestAws(t *testing.T) {
func TestAWS(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Aws Suite")
RunSpecs(t, "AWS Suite")
}

0 comments on commit 511f360

Please sign in to comment.