test(context): remove trailing hyphen from context_test.go

This commit is contained in:
flc1125 2025-05-23 15:18:30 +08:00
parent b00f47329d
commit 9c35f7958b

View File

@ -254,7 +254,6 @@ func TestContextSetGet(t *testing.T) {
assert.Equal(t, "bar", c.MustGet("foo"))
assert.Panics(t, func() { c.MustGet("no_exist") })
}
func TestContextSetGetAnyKey(t *testing.T) {