Skip to content

Commit 3c237ba

Browse files
committed
added additional unit tests
1 parent c5b18be commit 3c237ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm/pkg/dataplane/dataplane_windows_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ func TestRemoveCommonEndpoints(t *testing.T) {
134134
{
135135
name: "1 value - different",
136136
endpoints: []hcn.HostComputeEndpoint{{Id: "456901"}},
137-
endpointsAttached: []hcn.HostComputeEndpoint{{Id: "456990"}},
138-
expected: []hcn.HostComputeEndpoint{{Id: "456990"}, {Id: "456901"}},
137+
endpointsAttached: []hcn.HostComputeEndpoint{},
138+
expected: []hcn.HostComputeEndpoint{{Id: "456901"}},
139139
},
140140
}
141141
for _, tt := range tests {

0 commit comments

Comments
 (0)