Metrics Test...
the build was successful Details

This commit is contained in:
Sarah Jamie Lewis 2020-09-28 11:46:18 -07:00
parent 918c410ab3
commit aed688c72f
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ func TestCounter(t *testing.T) {
counterStart := c.GetStarttime()
if counterStart.Sub(starttime) > time.Millisecond {
t.Error("counter's starttime was innaccurate")
t.Errorf("counter's starttime was innaccurate %v", counterStart.Sub(starttime))
}
}