From 2255b84c066249b73a4df0ed9f76d202ba46a5a3 Mon Sep 17 00:00:00 2001 From: Aiden Wang Date: Mon, 23 May 2022 18:53:07 +0000 Subject: [PATCH] debug comments deletion --- checks/security_policy_test.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/checks/security_policy_test.go b/checks/security_policy_test.go index c1698047cc1..260abdfeb5f 100644 --- a/checks/security_policy_test.go +++ b/checks/security_policy_test.go @@ -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