update tests

mildwonkey/action-in-resource
Kristin Laemmert 3 weeks ago
parent 0907e81cbe
commit f98b7dc092

@ -248,6 +248,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) {
{ {
fooActionExpr, fooActionExpr,
fooActionExpr.Range(), fooActionExpr.Range(),
fooConfigAction,
}, },
}, },
}, },
@ -273,6 +274,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) {
{ {
fooActionExpr, fooActionExpr,
fooActionExpr.Range(), fooActionExpr.Range(),
fooConfigAction,
}, },
}, },
}, },
@ -298,6 +300,7 @@ func TestDecodeActionTriggerBlock(t *testing.T) {
{ {
fooActionExpr, fooActionExpr,
fooActionExpr.Range(), fooActionExpr.Range(),
fooConfigAction,
}, },
}, },
}, },

Loading…
Cancel
Save