common: resuscitate TestStepCreateFloppy_notfound()
This commit is contained in:
parent
fcb65ee422
commit
8e2885e626
|
@ -161,7 +161,7 @@ func xxxTestStepCreateFloppy_missing(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func xxxTestStepCreateFloppy_notfound(t *testing.T) {
|
func TestStepCreateFloppy_notfound(t *testing.T) {
|
||||||
state := testStepCreateFloppyState(t)
|
state := testStepCreateFloppyState(t)
|
||||||
step := new(StepCreateFloppy)
|
step := new(StepCreateFloppy)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue