Remove clock granularity sensitive test assertion.
TestRequestTime already verifies that the request time is properly recorded.
This commit is contained in:
parent
6663b5efaf
commit
33f4afe05e
|
@ -17,9 +17,6 @@ func assertWriteMeta(t *testing.T, wm *WriteMeta) {
|
|||
if wm.LastIndex == 0 {
|
||||
t.Fatalf("bad index: %d", wm.LastIndex)
|
||||
}
|
||||
if wm.RequestTime == 0 {
|
||||
t.Fatalf("bad request time: %d", wm.RequestTime)
|
||||
}
|
||||
}
|
||||
|
||||
func testJob() *Job {
|
||||
|
|
Loading…
Reference in New Issue