Julien's suggestion

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

Co-Authored-By: Julien Pivotto <roidelapluie@gmail.com>
This commit is contained in:
Tobias Guggenmos 2020-02-21 13:34:15 +01:00 committed by GitHub
parent 4124828c00
commit 7143d64fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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