From 9c01db2cfddf836221e2041856c70fa91ac60641 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Wed, 25 May 2022 19:12:26 +0000 Subject: [PATCH] Disable requests for sr's that already exist --- 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 4c88064c0..99207147a 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