parent
efe09051dc
commit
741fb66e1c
2 changed files with 4 additions and 4 deletions
|
|
@ -28,6 +28,6 @@ func TestMdadm(t *testing.T) {
|
|||
}
|
||||
|
||||
if len(mdStates) != len(refs) {
|
||||
t.Errorf("expected number of parsed md-device to be %s, but was %s", len(refs), len(mdStates))
|
||||
t.Errorf("expected number of parsed md-device to be %d, but was %d", len(refs), len(mdStates))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue