From 7143d64fc19ce2c008ff6d8446345ba37b588c41 Mon Sep 17 00:00:00 2001 From: Tobias Guggenmos Date: Fri, 21 Feb 2020 13:34:15 +0100 Subject: [PATCH] Julien's suggestion Signed-off-by: Tobias Guggenmos Co-Authored-By: Julien Pivotto --- promql/functions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/functions_test.go b/promql/functions_test.go index b065768e0..8af159de3 100644 --- a/promql/functions_test.go +++ b/promql/functions_test.go @@ -74,7 +74,7 @@ func TestFunctionList(t *testing.T) { _, ok := FunctionCalls[i] if !ok { - panic(fmt.Sprintf("function %s exists in promql package, but not in parser package", i)) + panic(fmt.Sprintf("function %s exists in parser package, but not in promql package", i)) } }