Compare commits

...

1 Commits

Author SHA1 Message Date
matias.spinarolli
4502236690 chore(edgestacks): fix edge stack tests EE-4951
Some checks are pending
Test / test-client (push) Waiting to run
2023-01-31 15:50:41 -03:00

View File

@@ -622,7 +622,7 @@ func TestUpdateAndInspect(t *testing.T) {
}
if !reflect.DeepEqual(data.EdgeGroups, payload.EdgeGroups) {
t.Fatalf("expected EdgeGroups to be equal")
t.Fatal("expected EdgeGroups to be equal")
}
}