Skip to content

Commit 4070611

Browse files
committed
tests: remove outdated test after chore task
1 parent e4dd00c commit 4070611

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

formatter/workflow_test.go

-10
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ func TestMainWorkflow_Execute(t *testing.T) {
189189
fileName: "main_workflow_Execute_3_test",
190190
fileContent: "[NOT XML file]",
191191
},
192-
{
193-
name: "Formatter is not defined (OutputFormat == nil)",
194-
w: &MainWorkflow{
195-
Config: &Config{},
196-
},
197-
wantErr: true,
198-
fileName: "main_workflow_Execute_4_test",
199-
fileContent: `<?xml version="1.0"?>
200-
<nmaprun></nmaprun>`,
201-
},
202192
{
203193
name: "Empty CSV with header",
204194
w: &MainWorkflow{

0 commit comments

Comments
 (0)