removes a test case to trigger a commit

This commit is contained in:
HiteshRepo 2024-01-28 10:54:27 +05:30
parent 35022dc961
commit 08ed18b15d

View File

@ -735,11 +735,6 @@ func (suite *PathUnitSuite) Test_Stuff() {
path1: "/path/to/dir", path1: "/path/to/dir",
path2: "/path/to/dir", path2: "/path/to/dir",
}, },
{
name: "test 2",
path1: "/path/to/dir",
path2: "/path/to/dir",
},
} }
for _, test := range tests { for _, test := range tests {