From fe95d210dc256d609c2b404804332d65b9fd8286 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 12:55:28 +0530 Subject: [PATCH] removes test case --- 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 {