service/test: fix typo

This commit is contained in:
chainhelen
2018-09-19 19:59:44 +08:00
committed by Alessandro Arzilli
parent 0af7d6d362
commit ee93b0b403
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ func Test1ClientServer_step(t *testing.T) {
}
if before, after := stateBefore.CurrentThread.PC, stateAfter.CurrentThread.PC; before >= after {
t.Errorf("Expected %#v to be greater than %#v", before, after)
t.Fatalf("Expected %#v to be greater than %#v", after, before)
}
})
}