removes unwanted test

This commit is contained in:
HiteshRepo 2024-01-28 18:24:28 +05:30
parent 97860ba336
commit 0bc29426dd

View File

@ -1023,23 +1023,3 @@ func (suite *RepositoryModelIntgSuite) TestGetBackupErrors() {
}) })
} }
} }
func (suite *RepositoryModelIntgSuite) Test_SomeMore() {
t := suite.T()
tests := []struct {
name string
path1 string
path2 string
}{
{
name: "same linux normal path",
path1: "/path/to/dir",
path2: "/path/to/dir",
},
}
for _, test := range tests {
assert.Equal(t, test.path1, test.path2)
}
}