mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
test(context): remove trailing hyphen from context_test.go
This commit is contained in:
parent
b00f47329d
commit
9c35f7958b
@ -254,7 +254,6 @@ func TestContextSetGet(t *testing.T) {
|
|||||||
|
|
||||||
assert.Equal(t, "bar", c.MustGet("foo"))
|
assert.Equal(t, "bar", c.MustGet("foo"))
|
||||||
assert.Panics(t, func() { c.MustGet("no_exist") })
|
assert.Panics(t, func() { c.MustGet("no_exist") })
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestContextSetGetAnyKey(t *testing.T) {
|
func TestContextSetGetAnyKey(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user