diff --git a/call_list_test.go b/call_list_test.go index 498fb78..57a8e96 100644 --- a/call_list_test.go +++ b/call_list_test.go @@ -119,7 +119,6 @@ var _ = Describe("Call List", func() { Expect(matched).Should(Equal(1)) }) - It("should match a call expression", func() { // Create file to be scanned pkg := testutils.NewTestPackage()