From 08ed18b15dd3ca2fd82da24b00ce469f7525e961 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 10:54:27 +0530 Subject: [PATCH] removes a test case to trigger a commit --- src/pkg/path/path_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 4f29ef83f..0973e8e21 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go @@ -735,11 +735,6 @@ func (suite *PathUnitSuite) Test_Stuff() { path1: "/path/to/dir", path2: "/path/to/dir", }, - { - name: "test 2", - path1: "/path/to/dir", - path2: "/path/to/dir", - }, } for _, test := range tests {