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) {
|
||||
t.Parallel()
|
||||
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
||||
|
||||
a.Start()
|
||||
defer a.Shutdown()
|
||||
|
||||
|
@ -673,7 +672,6 @@ func TestAgentAntiEntropy_Checks(t *testing.T) {
|
|||
t.Parallel()
|
||||
a := &TestAgent{Name: t.Name(), NoInitialSync: true}
|
||||
a.Start()
|
||||
|
||||
defer a.Shutdown()
|
||||
|
||||
// Register info
|
||||
|
|
Loading…
Reference in New Issue