Removing extra lines

This commit is contained in:
Diptanu Choudhury
2015-12-11 13:07:37 -08:00
parent 568006247d
commit 45bdd1c5e5

View File

@@ -299,7 +299,6 @@ func TestConsul_FilterNomadServicesAndChecks(t *testing.T) {
}
nomadServices := c.filterConsulServices(srvs)
if len(nomadServices) != 1 {
t.Fatalf("Expected number of services: %v, Actual: %v", 1, len(nomadServices))
}
@@ -323,7 +322,6 @@ func TestConsul_FilterNomadServicesAndChecks(t *testing.T) {
}
nomadChecks := c.filterConsulChecks(chks)
if len(nomadChecks) != 1 {
t.Fatalf("Expected number of checks: %v, Actual: %v", 1, len(nomadChecks))
}