fix: gofmt 格式修复 gateway_cache_integration_test.go

This commit is contained in:
liuxiongfeng
2026-02-11 23:35:26 +08:00
parent 51e903c34e
commit 9af4a55176

View File

@@ -104,7 +104,6 @@ func (s *GatewayCacheSuite) TestGetSessionAccountID_CorruptedValue() {
require.False(s.T(), errors.Is(err, redis.Nil), "expected parsing error, not redis.Nil")
}
func TestGatewayCacheSuite(t *testing.T) {
suite.Run(t, new(GatewayCacheSuite))
}