mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-03-15 12:20:40 +08:00
fix typo (#211)
This commit is contained in:
parent
0a3cb4d128
commit
2792ccd03e
@ -604,7 +604,7 @@ func TestFollowerCheckMessageType_MsgAppend2AB(t *testing.T) {
|
||||
t.Errorf("#%d: term = %+v, want %+v", i, msgs[0].Term, 2)
|
||||
}
|
||||
if msgs[0].Reject != tt.wreject {
|
||||
t.Errorf("#%d: term = %+v, want %+v", i, msgs[0].Reject, tt.wreject)
|
||||
t.Errorf("#%d: reject = %+v, want %+v", i, msgs[0].Reject, tt.wreject)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user