From 4ac5729e197a78ad53ee19c5fe5a14f420e93eda Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Wed, 25 May 2022 19:18:01 +0000 Subject: [PATCH] fix typo --- auth/store/store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/store/store_test.go b/auth/store/store_test.go index 99207147a..4c88064c0 100644 --- a/auth/store/store_test.go +++ b/auth/store/store_test.go @@ -166,7 +166,7 @@ func TestStore_AddSent(t *testing.T) { // "a request that already exists.") // } // } -gi + // Happy path. func TestStore_AddReceived(t *testing.T) { s, _ := makeTestStore(t) -- GitLab