From 6b535708da613bf8f3b67655373330a427bce77d Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Tue, 14 Feb 2023 14:59:42 +0100 Subject: [PATCH] Update internal/command/jsonfunction/function_test.go Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com> --- internal/command/jsonfunction/function_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/command/jsonfunction/function_test.go b/internal/command/jsonfunction/function_test.go index cc100e45ec37..9618876479e8 100644 --- a/internal/command/jsonfunction/function_test.go +++ b/internal/command/jsonfunction/function_test.go @@ -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