Julien's suggestion

Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>

Co-Authored-By: Julien Pivotto <roidelapluie@gmail.com>
pull/6744/head
Tobias Guggenmos 5 years ago committed by GitHub
parent 4124828c00
commit 7143d64fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))
}
}

Loading…
Cancel
Save