修复格式问题。

This commit is contained in:
longgexx
2026-01-16 17:35:17 +08:00
parent 19865b865f
commit 392a8ac7ea
7 changed files with 77 additions and 77 deletions

View File

@@ -110,8 +110,8 @@ func TestCompositeTokenCacheInvalidator_SkipNonOAuth(t *testing.T) {
invalidator := NewCompositeTokenCacheInvalidator(cache)
tests := []struct {
name string
account *Account
name string
account *Account
}{
{
name: "gemini_api_key",
@@ -210,8 +210,8 @@ func TestCompositeTokenCacheInvalidator_DeleteError(t *testing.T) {
invalidator := NewCompositeTokenCacheInvalidator(cache)
tests := []struct {
name string
account *Account
name string
account *Account
}{
{
name: "openai_delete_error",