Skip to content

Commit

Permalink
Fix PR Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
talarian1 committed Jul 31, 2023
1 parent 9a52179 commit 6a51dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func TestTransferWithRepoSnapshot(t *testing.T) {
// root - testdata - a -> explored, 2 files remaining.
// ----------------- b -> not fully explored, 1 file found.
// ----------------- c -> completed.
// ----------------- deleted-folder -> folder that not longer exists in the source Artifactory.
// ----------------- deleted-folder -> folder that isn't longer exists in the source Artifactory.
// 'a' is marked as explored but not completed, we expect it to be re-explored and all its files to be uploaded.
// 'b' is marked as unexplored, we expect its directory to be re-explored and then uploaded.
// 'c' is marked completed, so we expect no action there.
Expand Down

0 comments on commit 6a51dfc

Please sign in to comment.