From b701f592177bafadb3f91e836931e970d43080ba Mon Sep 17 00:00:00 2001 From: dshekhar95 <111321288+dshekhar95@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:25:29 -0500 Subject: [PATCH] Update run_test.go --- dgraph/cmd/alpha/run_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go index ade629dfb0b..64a392479b6 100644 --- a/dgraph/cmd/alpha/run_test.go +++ b/dgraph/cmd/alpha/run_test.go @@ -1687,8 +1687,8 @@ type Token struct { sync.RWMutex } -// // the grootAccessJWT stores the access JWT extracted from the response -// // of http login +//// the grootAccessJWT stores the access JWT extracted from the response +//// of http login var token *Token func (t *Token) getAccessJWTToken() string {