Skip to content

Commit e3dd026

Browse files
committed
updated test
1 parent b414cf5 commit e3dd026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/restserver/internalapi_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func TestReconcileNCStatePrimaryIPChangeShouldFail(t *testing.T) {
8282
// Run test cases
8383
for _, tc := range testCases {
8484
// start with a NC in state
85-
ncID := "555ac5c9-89f2-4b5d-b8d0-616894d6d151"
85+
ncID := "555ac5c9-89f2-4b5d-b8d0-616894d6d150"
8686
svc.state.ContainerStatus[ncID] = containerstatus{
8787
ID: ncID,
8888
VMVersion: "0",
@@ -138,7 +138,7 @@ func TestReconcileNCStatePrimaryIPChangeShouldNotFail(t *testing.T) {
138138
// Run test cases
139139
for _, tc := range testCases {
140140
// start with a NC in state
141-
ncID := "555ac5c9-89f2-4b5d-b8d0-616894d6d151"
141+
ncID := "555ac5c9-89f2-4b5d-b8d0-616894d6d150"
142142
svc.state.ContainerStatus[ncID] = containerstatus{
143143
ID: ncID,
144144
VMVersion: "0",

0 commit comments

Comments
 (0)