Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
benschumacher committed Apr 28, 2015
1 parent 0e53778 commit 52b4415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/badge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/gin-gonic/gin"
)

func TestBadage(t *testing.T) {
func TestBadge(t *testing.T) {
g := Goblin(t)
g.Describe("Badge", func() {
var ctx gin.Context
Expand Down

0 comments on commit 52b4415

Please sign in to comment.