Skip to content

Commit

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

0 comments on commit 46fdf06

Please sign in to comment.