Skip to content

Commit 8f72198

Browse files
committed
remove comment
Signed-off-by: Spolti <[email protected]>
1 parent 6894631 commit 8f72198

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

model/workflow_validator_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,6 @@ func TestDataInputSchemaStructLevelValidation(t *testing.T) {
428428
sampleSchema := FromString("sample schema")
429429

430430
testCases := []ValidationCase{
431-
// TODO Empty DataInoputSchema will have this instead nil:
432-
// &{Schema:{Type:0 StringValue: IntValue:0 FloatValue:0 MapValue:map[] SliceValue:[] BoolValue:false}
433-
// We can, make Schema pointer, or, find a way to make all fields from Object as pointer.
434-
// Using Schema: FromNull does have the same effect than just not set it.
435431
{
436432
Desp: "empty DataInputSchema",
437433
Model: func() Workflow {

0 commit comments

Comments
 (0)