From b90fe58272a15e841866da1dab21c8a0da7a2d55 Mon Sep 17 00:00:00 2001 From: Calvin Lobo Date: Mon, 25 Nov 2024 12:44:52 -0500 Subject: [PATCH] fixed test --- functions/functions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions_test.go b/functions/functions_test.go index df91ceaa..1ab49fff 100644 --- a/functions/functions_test.go +++ b/functions/functions_test.go @@ -8,5 +8,5 @@ import ( func TestMapBuiltinFunctions(t *testing.T) { funcs := MapBuiltinFunctions() - assert.Len(t, funcs.GetAllFunctions(), 72) + assert.Len(t, funcs.GetAllFunctions(), 73) }