Skip to content

Commit

Permalink
ust musecompile for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed May 1, 2024
1 parent d025a92 commit 073ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/builtinfunctions/functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ func Test_bindConstants(t *testing.T) {
"a": "A", "b": "B",
}
repeatedInputsInt := 2
repeatedInputsRegexPattern, _ := regexp.Compile("p([a-z]+)ch")
repeatedInputsRegexPattern := regexp.MustCompile("p([a-z]+)ch")
repeatedInputName := builtinfunctions.CombinedObjPropertyConstantName
itemName := builtinfunctions.CombinedObjPropertyItemName
functionToTest := builtinfunctions.GetFunctions()["bindConstants"]
Expand Down

0 comments on commit 073ca61

Please sign in to comment.