From 8f7219891b4536c01c767b95588a52c4fdaf341c Mon Sep 17 00:00:00 2001 From: Spolti Date: Mon, 4 Dec 2023 11:03:26 -0300 Subject: [PATCH] remove comment Signed-off-by: Spolti --- model/workflow_validator_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/workflow_validator_test.go b/model/workflow_validator_test.go index 3a487a8..4799101 100644 --- a/model/workflow_validator_test.go +++ b/model/workflow_validator_test.go @@ -428,10 +428,6 @@ func TestDataInputSchemaStructLevelValidation(t *testing.T) { sampleSchema := FromString("sample schema") testCases := []ValidationCase{ - // TODO Empty DataInoputSchema will have this instead nil: - // &{Schema:{Type:0 StringValue: IntValue:0 FloatValue:0 MapValue:map[] SliceValue:[] BoolValue:false} - // We can, make Schema pointer, or, find a way to make all fields from Object as pointer. - // Using Schema: FromNull does have the same effect than just not set it. { Desp: "empty DataInputSchema", Model: func() Workflow {