diff --git a/common/step_create_floppy_test.go b/common/step_create_floppy_test.go index 7aff8774b..e2680acdb 100644 --- a/common/step_create_floppy_test.go +++ b/common/step_create_floppy_test.go @@ -98,7 +98,7 @@ func TestStepCreateFloppy(t *testing.T) { } } -func xxxTestStepCreateFloppy_missing(t *testing.T) { +func TestStepCreateFloppy_missing(t *testing.T) { state := testStepCreateFloppyState(t) step := new(StepCreateFloppy) @@ -143,7 +143,7 @@ func xxxTestStepCreateFloppy_missing(t *testing.T) { } } -func xxxTestStepCreateFloppy_notfound(t *testing.T) { +func TestStepCreateFloppy_notfound(t *testing.T) { state := testStepCreateFloppyState(t) step := new(StepCreateFloppy)