From 5f409def036320f2dae25fc14f36570a08c56939 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Fri, 28 Jul 2023 12:46:27 -0600 Subject: [PATCH] Removed extra logging from tests --- lockable_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lockable_test.go b/lockable_test.go index 1a2548c..11e6340 100644 --- a/lockable_test.go +++ b/lockable_test.go @@ -81,7 +81,7 @@ func TestLink10K(t *testing.T) { } func TestLock(t *testing.T) { - ctx := lockableTestContext(t, []string{"lockable"}) + ctx := lockableTestContext(t, []string{}) NewLockable := func()(*Node, *ListenerExt) { listener := NewListenerExt(100)