Fix formatting

This commit is contained in:
Dimitar Dimitrov 2023-09-05 16:28:01 +02:00
parent 77ac7ad40a
commit c50b539207
No known key found for this signature in database
GPG key ID: 4541B04E6C90EBC3

View file

@ -196,9 +196,7 @@ func TestForStateAddSamples(t *testing.T) {
http_requests{job="app-server", instance="0", group="canary", severity="overwrite-me"} 75 85 95 105 105 95 85
http_requests{job="app-server", instance="1", group="canary", severity="overwrite-me"} 80 90 100 110 120 130 140
`)
t.Cleanup(func() { storage.Close()
})
t.Cleanup(func() { storage.Close() })
expr, err := parser.ParseExpr(`http_requests{group="canary", job="app-server"} < 100`)
require.NoError(t, err)