mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
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"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestBadage(t *testing.T) {
|
func TestBadge(t *testing.T) {
|
||||||
g := Goblin(t)
|
g := Goblin(t)
|
||||||
g.Describe("Badge", func() {
|
g.Describe("Badge", func() {
|
||||||
var ctx gin.Context
|
var ctx gin.Context
|
||||||
|
|
Loading…
Reference in a new issue