Skip to content

Commit a9a7349

Browse files
committed
TOFIX
Signed-off-by: Evan Lezar <[email protected]>
1 parent a780df0 commit a9a7349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/nvidia-ctk-installer/container/runtime/containerd/config_v2_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ version = 2
126126
err := Setup(c, &tc.containerOptions, &tc.options)
127127
require.EqualValues(t, tc.expectedSetupError, err)
128128

129-
// TODO: Check state
130129
if tc.assertSetupPostConditions != nil {
131130
require.NoError(t, tc.assertSetupPostConditions(t, testRoot))
132131
}
@@ -139,7 +138,6 @@ version = 2
139138
}
140139
})
141140
}
142-
143141
}
144142

145143
// func TestUpdateV2ConfigDefaultRuntime(t *testing.T) {

0 commit comments

Comments
 (0)