From ede0c6ee83d53656300cad32a41960586ddd171f Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sat, 27 Jan 2024 22:24:18 +0530 Subject: [PATCH] change dummy test --- src/pkg/path/path_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 0973e8e21..4f29ef83f 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go @@ -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 {