Skip to content

Commit

Permalink
Improve repositores code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Oct 10, 2024
1 parent db9e0ca commit d9064a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/utils/repositoryutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestFilterRepositoryNames(t *testing.T) {
"jfrog-npm-local",
"jfrog-generic-remote",
}
actualRepoNames, err := filterRepositoryNames(&repos, includePatterns, excludePatterns)
actualRepoNames, err := filterRepositoryNames(repos, includePatterns, excludePatterns)
assert.NoError(t, err)
assert.ElementsMatch(t, expectedRepoNames, actualRepoNames)
}
Expand Down

0 comments on commit d9064a0

Please sign in to comment.