Skip to content

Commit

Permalink
Update internal/command/jsonfunction/function_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: kmoe <[email protected]>
  • Loading branch information
dbanck and kmoe authored Feb 14, 2023
1 parent e3caf36 commit 6b53570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/jsonfunction/function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/zclconf/go-cty/cty/function"
)

func TestMarshalFunction(t *testing.T) {
func TestMarshal(t *testing.T) {
tests := []struct {
Name string
Input map[string]function.Function
Expand Down

0 comments on commit 6b53570

Please sign in to comment.