all: minor code cleanup

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
pull/3546/head
Josh Bleecher Snyder 2 years ago committed by Josh Bleecher Snyder
parent 39ffa16853
commit c8829b742b

@ -32,6 +32,5 @@ func init() {
}
}
return false
}
}

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

Loading…
Cancel
Save