Skip to content

Commit 36bc29b

Browse files
committed
fix fmt
Signed-off-by: Markus Blaschke <[email protected]>
1 parent d0bd0d0 commit 36bc29b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kusto/parse_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ defaultField:
8686
firstRow.assertValue(13)
8787
}
8888

89-
9089
secondRow := metricTestSuite.metric("azure_testing_value").findRowByLabels(prometheus.Labels{"scope": "two"})
9190
{
9291
secondRow.assertLabels("id", "scope")
@@ -228,7 +227,6 @@ defaultField:
228227
}
229228
}
230229

231-
232230
func TestMetricRowParsingWithSubMetricsWithNullValues(t *testing.T) {
233231
resultRow := parseResourceGraphJsonToResultRow(t, `{
234232
"name": "foobar",
@@ -266,7 +264,6 @@ defaultField:
266264
type: ignore
267265
`)
268266

269-
270267
metricList := BuildPrometheusMetricList(queryConfig.Metric, queryConfig.MetricConfig, resultRow)
271268

272269
metricTestSuite := testingMetricResult{t: t, list: metricList}
@@ -299,7 +296,6 @@ defaultField:
299296
}
300297
}
301298

302-
303299
func parseResourceGraphJsonToResultRow(t *testing.T, data string) map[string]interface{} {
304300
t.Helper()
305301
ret := map[string]interface{}{}

0 commit comments

Comments
 (0)