Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <filippespolti@gmail.com>
  • Loading branch information
spolti committed Dec 4, 2023
1 parent 6894631 commit 8f72198
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions model/workflow_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8f72198

Please sign in to comment.