Skip to content

Commit

Permalink
Fix table test
Browse files Browse the repository at this point in the history
This fixes field type test on a ovsdb table.

Signed-off-by: Periyasamy Palanisamy <[email protected]>
  • Loading branch information
pperiyasamy committed Jul 3, 2023
1 parent b833418 commit 685d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelgen/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ func TestFieldType(t *testing.T) {
out string
}{
{"t1", "c1", &singleValueSetSchema, "*string"},
{"t1", "c2", &multipleValueSetSchema, "[2]string"},
{"t1", "c2", &multipleValueSetSchema, "[]string"},
}

for _, tt := range tests {
Expand Down

0 comments on commit 685d3ee

Please sign in to comment.