From 5666ea35bafdcdbf6550f4b118ce5d0504447782 Mon Sep 17 00:00:00 2001 From: Dimitar Banchev Date: Mon, 24 Jun 2024 14:23:54 +0200 Subject: [PATCH] Fixed CI workflow The CI workflow wasn't able to complete succesfully. * Formatted the call_list_test.go file --- call_list_test.go | 1 - 1 file changed, 1 deletion(-) 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()