re-adds test case to trigger ci

This commit is contained in:
HiteshRepo 2024-01-28 11:15:34 +05:30
parent 84c4894bf7
commit 2ef01e38bd

View File

@ -735,6 +735,11 @@ 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 {