Skip to content

Commit

Permalink
tests: remove outdated test after chore task
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed May 10, 2024
1 parent e4dd00c commit 4070611
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions formatter/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,6 @@ func TestMainWorkflow_Execute(t *testing.T) {
fileName: "main_workflow_Execute_3_test",
fileContent: "[NOT XML file]",
},
{
name: "Formatter is not defined (OutputFormat == nil)",
w: &MainWorkflow{
Config: &Config{},
},
wantErr: true,
fileName: "main_workflow_Execute_4_test",
fileContent: `<?xml version="1.0"?>
<nmaprun></nmaprun>`,
},
{
name: "Empty CSV with header",
w: &MainWorkflow{
Expand Down

0 comments on commit 4070611

Please sign in to comment.