Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronis committed Sep 1, 2016
1 parent e779a5d commit 6ac8215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asserts/signtool/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func exampleJSON(overrides map[string]interface{}) []byte {
return b
}

func (s *signSuite) TestSignYAML(c *C) {
func (s *signSuite) TestSignJSON(c *C) {
opts := signtool.Options{
KeyID: s.testKeyID,

Expand All @@ -108,7 +108,7 @@ func (s *signSuite) TestSignYAML(c *C) {
c.Check(a.Body(), IsNil)
}

func (s *signSuite) TestSignYAMLWithBodyAndRevision(c *C) {
func (s *signSuite) TestSignJSONWithBodyAndRevision(c *C) {
statement := exampleJSON(map[string]interface{}{
"body": "BODY",
"revision": "11",
Expand Down

0 comments on commit 6ac8215

Please sign in to comment.