Fix spelling mistake
This commit is contained in:
parent
0e53778d22
commit
52b441527c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue