Skip to content

Commit

Permalink
Fix TestDeletePublishedMain unit test path cache_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kushnaidu committed Nov 5, 2024
1 parent 5acb87c commit 0f4b414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/memory/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func TestPublishedLatest(t *testing.T) {

func TestDeletePublishedMain(t *testing.T) {
ctx := context.Background()
testPath := filepath.Join("..", "git", "testdata")
testPath := filepath.Join("../..", "git", "testdata")
cachedRepo := openRepositoryFromArchive(t, ctx, testPath, "nested")

revisions, err := cachedRepo.ListPackageRevisions(ctx, repository.ListPackageRevisionFilter{
Expand Down

0 comments on commit 0f4b414

Please sign in to comment.