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

Unified Diff: server/auth/state_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/handlers_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/auth/state_test.go
diff --git a/server/auth/state_test.go b/server/auth/state_test.go
index 76916f4bc92e7fbd0918b1ac723562184273bdf2..8ab6fac5e56d0130515cc207bcc86a3b8d8ffb62 100644
--- a/server/auth/state_test.go
+++ b/server/auth/state_test.go
@@ -14,6 +14,8 @@ import (
)
func TestState(t *testing.T) {
+ t.Parallel()
+
Convey("Check empty ctx", t, func() {
ctx := context.Background()
So(GetState(ctx), ShouldBeNil)
« no previous file with comments | « server/auth/handlers_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698