Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Dec 7, 2023
1 parent 5b5062a commit 0263d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/controllx/snippet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func TestNewSnippetNode(t *testing.T) {
n, err := NewSnippetNode(LangJSON, "")
n, err := NewSnippetNode(LangJSON, "{}")
assert.NoError(t, err)
assert.NotNil(t, n)

Expand Down

0 comments on commit 0263d9d

Please sign in to comment.