mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-06 04:46:13 +02: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…
x
Reference in New Issue
Block a user