mirror of https://github.com/hashicorp/consul
Removed extra newlines
parent
840749db7e
commit
13c118ea51
|
@ -15,7 +15,6 @@ import (
|
||||||
func TestAgentAntiEntropy_Services(t *testing.T) {
|
func TestAgentAntiEntropy_Services(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
||||||
|
|
||||||
a.Start()
|
a.Start()
|
||||||
defer a.Shutdown()
|
defer a.Shutdown()
|
||||||
|
|
||||||
|
@ -673,7 +672,6 @@ func TestAgentAntiEntropy_Checks(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
||||||
a.Start()
|
a.Start()
|
||||||
|
|
||||||
defer a.Shutdown()
|
defer a.Shutdown()
|
||||||
|
|
||||||
// Register info
|
// Register info
|
||||||
|
|
Loading…
Reference in New Issue