Skip to content

Commit

Permalink
Update prometheus/counter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka and ArthurSens committed Sep 20, 2023
1 parent 6f8bab8 commit e5639d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/counter_test.go
Expand Up @@ -382,7 +382,7 @@ func expectCTsForMetricVecValues(t testing.TB, vec *MetricVec, typ dto.MetricTyp
}

if !gotTs.Equal(ct) {
t.Errorf("expected created timestamp for counter with label value %q: %s, got %s", val, ct, gotTs)
t.Errorf("expected created timestamp for %s with label value %q: %s, got %s", typ, val, ct, gotTs)
}
}
}

0 comments on commit e5639d1

Please sign in to comment.