Skip to content

Commit 2fab80a

Browse files
authored
Update pkg/ext-proc/backend/inferencemodel_reconciler_test.go
1 parent a950c8b commit 2fab80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ext-proc/backend/inferencemodel_reconciler_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func TestReconcile_ModelMarkedForDeletion(t *testing.T) {
238238
t.Errorf("expected no requeue, got %+v", result)
239239
}
240240

241-
// Verify that the datastore was updated.
241+
// Verify that the datastore was not updated.
242242
if _, ok := datastore.InferenceModels.Load(existingModel.Spec.ModelName); ok {
243243
t.Errorf("expected datastore to not contain model %q", existingModel.Spec.ModelName)
244244
}

0 commit comments

Comments
 (0)