From 5c1389589407a82b3ae989a316dcd79cf871ff1f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 25 Oct 2023 14:14:14 +0200 Subject: Format: Run Gofumpt --- internal/oauth/oauth_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/oauth/oauth_test.go') diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go index 8682e24..8f5f04c 100644 --- a/internal/oauth/oauth_test.go +++ b/internal/oauth/oauth_test.go @@ -107,7 +107,6 @@ func Test_accessToken(t *testing.T) { t.Fatalf("Access token not equal, Got: %v, Want: %v", got, want) } - // Set the tokens as expired o.SetTokenExpired() want = "test3" -- cgit v1.2.3