From c8829b742b30157d7264f0574ae62eec503f6d42 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 3 Dec 2021 14:28:36 -0800 Subject: [PATCH] all: minor code cleanup Signed-off-by: Josh Bleecher Snyder --- safesocket/safesocket_ps.go | 1 - tstest/integration/integration_test.go | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/safesocket/safesocket_ps.go b/safesocket/safesocket_ps.go index b693501d8..8882d693d 100644 --- a/safesocket/safesocket_ps.go +++ b/safesocket/safesocket_ps.go @@ -32,6 +32,5 @@ func init() { } } return false - } } diff --git a/tstest/integration/integration_test.go b/tstest/integration/integration_test.go index c753e874b..e5b768768 100644 --- a/tstest/integration/integration_test.go +++ b/tstest/integration/integration_test.go @@ -62,7 +62,7 @@ func TestMain(m *testing.M) { os.Exit(0) } -func TestOneNodeUp_NoAuth(t *testing.T) { +func TestOneNodeUpNoAuth(t *testing.T) { t.Parallel() bins := BuildTestBinaries(t) @@ -190,7 +190,7 @@ func TestStateSavedOnStart(t *testing.T) { d1.MustCleanShutdown(t) } -func TestOneNodeUp_Auth(t *testing.T) { +func TestOneNodeUpAuth(t *testing.T) { t.Parallel() bins := BuildTestBinaries(t)