Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 2, 2022
1 parent 7d143ce commit 46dd3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions checks/raw/binary_artifact.go
Expand Up @@ -107,6 +107,7 @@ var checkBinaryFileContent fileparser.DoWhileTrueOnFileContent = func(path strin
})
}

fmt.Println(*pfiles)
return true, nil
}

Expand Down
4 changes: 2 additions & 2 deletions checks/raw/binary_artifact_test.go
Expand Up @@ -56,10 +56,10 @@ func TestBinaryArtifacts(t *testing.T) {
},
},
{
name: "printable character.lib",
name: "printable character .lib",
err: nil,
files: []string{
"../testdata/printable.lib",
"../testdata/binaryartifacts/printable.lib",
},
},
}
Expand Down

0 comments on commit 46dd3f5

Please sign in to comment.