From 8e2885e6260efdce29ff6543dc83c7c50bba41eb Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Sat, 2 Nov 2019 10:10:36 -0700 Subject: [PATCH] common: resuscitate TestStepCreateFloppy_notfound() --- common/step_create_floppy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/step_create_floppy_test.go b/common/step_create_floppy_test.go index 4c43a6839..64e71ce3b 100644 --- a/common/step_create_floppy_test.go +++ b/common/step_create_floppy_test.go @@ -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) step := new(StepCreateFloppy)