Browse Source

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
commit
7143d64fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      promql/functions_test.go

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

Loading…
Cancel
Save