Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: server/auth/cache_test.go

Issue 2646543003: server/auth: Add TokenSource call. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/auth/auth_test.go ('k') | server/auth/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/cache_test.go
diff --git a/server/auth/cache_test.go b/server/auth/cache_test.go
index ea2ee3a4e78b7d660c18dab70b55633c0e306b84..c46732ec9ec177f445caf76f9eabfd7b719c7259 100644
--- a/server/auth/cache_test.go
+++ b/server/auth/cache_test.go
@@ -19,6 +19,8 @@ import (
)
func TestTokenCache(t *testing.T) {
+ t.Parallel()
+
Convey("with mocked cache", t, func() {
cache := &mockedCache{}
« no previous file with comments | « server/auth/auth_test.go ('k') | server/auth/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698