Removed extra logging from tests

gql_cataclysm
noah metz 2023-07-28 12:46:27 -06:00
parent 61de2669e2
commit 5f409def03
1 changed files with 1 additions and 1 deletions

@ -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)