We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a9cc6 commit f251031Copy full SHA for f251031
raft/rawnode_test.go
@@ -206,7 +206,7 @@ func TestRawNodeRestart2AC(t *testing.T) {
206
}
207
rd := rawNode.Ready()
208
if !reflect.DeepEqual(rd, want) {
209
- t.Errorf("g = %+v,\n w %+v", rd, want)
+ t.Errorf("g = %#v,\n w %#v", rd, want)
210
211
rawNode.Advance(rd)
212
if rawNode.HasReady() {
@@ -242,7 +242,7 @@ func TestRawNodeRestartFromSnapshot2C(t *testing.T) {
242
t.Fatal(err)
243
244
if rd := rawNode.Ready(); !reflect.DeepEqual(rd, want) {
245
246
} else {
247
248
0 commit comments