Debug migration routine

This commit is contained in:
2023-03-23 10:29:11 +01:00
parent cf6c217f76
commit 20290f296d
2 changed files with 14 additions and 11 deletions

View File

@@ -657,7 +657,7 @@ func testImportFlag(t *testing.T) {
for name, scopes := range data {
for _, metric := range scopes {
if metric.Unit.Base != r[name] {
t.Errorf("Metric %s unit: Got %s, want %s", name, metric.Unit, r[name])
t.Errorf("Metric %s unit: Got %s, want %s", name, metric.Unit.Base, r[name])
}
}
}