mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Julien's suggestion
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com> Co-Authored-By: Julien Pivotto <roidelapluie@gmail.com>
This commit is contained in:
parent
4124828c00
commit
7143d64fc1
|
@ -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…
Reference in a new issue