Skip to content

Commit 78377e6

Browse files
committed
pr feedback
1 parent bed2fd2 commit 78377e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/watcher/health/health_watcher_service_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ func TestHealthWatcherService_health(t *testing.T) {
6868
unspecifiedInstance := protos.UnsupportedInstance()
6969

7070
tests := []struct {
71-
name string
7271
instances map[string]*mpi.Instance
72+
name string
7373
cache map[string]*mpi.InstanceHealth
74-
isHealthDiff bool
7574
updatedInstances []*mpi.InstanceHealth
75+
isHealthDiff bool
7676
}{
7777
{
7878
name: "Test 1: NGINX Instance Status Changed",

0 commit comments

Comments
 (0)