mirror of https://github.com/status-im/consul.git
Update agent/coordinate_endpoint_test.go
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
parent
b96d9b01bd
commit
2a018e5e0a
|
@ -88,7 +88,7 @@ func TestCoordinate_Nodes(t *testing.T) {
|
|||
// Check that coordinates are empty before registering a node
|
||||
coordinates, ok := obj.(structs.Coordinates)
|
||||
if !ok {
|
||||
t.Fatalf("expected: structs.Coordinates, received: %v", coordinates)
|
||||
t.Fatalf("expected: structs.Coordinates, received: %+v", obj)
|
||||
}
|
||||
|
||||
if len(coordinates) != 0 {
|
||||
|
|
Loading…
Reference in New Issue