Tapir Server Refactor #317

Merged
dan merged 12 commits from tapir_server into master 2020-09-28 21:56:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aed688c72f - Show all commits

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))
}
}