Skip to content

Commit

Permalink
debug comments deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Wang committed May 23, 2022
1 parent af8019c commit 2255b84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions checks/security_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,6 @@ func TestSecurityPolicy(t *testing.T) {
NumberOfInfo: 1,
},
},
// {
// // this case is expected to get a zero score since it's not a security policy file
// // however, it triggers a segmentation violation error
// // TODO: to be reported in future issues
// name: "fail_case_not_a_security_policy",
// files: []string{
// "not_a_security_policy.go",
// },
// want: scut.TestReturn{
// Score: 0,
// NumberOfInfo: 0,
// },
// },
}
for _, tt := range tests {
tt := tt
Expand Down

0 comments on commit 2255b84

Please sign in to comment.