Skip to content

Commit 4514226

Browse files
aknuds1Copilot
andauthored
Update model/metric_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
1 parent 122fd5c commit 4514226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/metric_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func TestValidationScheme_IsMetricNameValid(t *testing.T) {
269269
t.Errorf("Expected %v for %q using regexp matching", s.legacyValid, s.mn)
270270
}
271271
if UTF8Validation.IsValidMetricName(s.mn) != s.utf8Valid {
272-
t.Errorf("Expected %v for %q using UTF8Validation.IsValidMetricName", s.legacyValid, s.mn)
272+
t.Errorf("Expected %v for %q using UTF8Validation.IsValidMetricName", s.utf8Valid, s.mn)
273273
}
274274

275275
// Test deprecated functions.

0 commit comments

Comments
 (0)