Skip to content

Commit

Permalink
test(go): extend tests for params filter
Browse files Browse the repository at this point in the history
  • Loading branch information
w4bremer committed Jun 7, 2023
1 parent e9ebc73 commit 8c62075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/gen/filters/filtergo/go_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ func TestParams(t *testing.T) {
{"test", "Test3", "opFloat32Array", "param1 []float32"},
{"test", "Test3", "opFloat64Array", "param1 []float64"},
{"test", "Test3", "opStringArray", "param1 []string"},
{"test", "Test3", "op_Bool", "param_Bool bool"},
{"test", "Test3", "op_bool", "param_bool bool"},
{"test", "Test3", "op_1", "param_1 bool"},
}
syss := loadTestSystems(t)
for _, sys := range syss {
Expand Down

0 comments on commit 8c62075

Please sign in to comment.