Skip to content

Commit

Permalink
fix: copy signature
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Chaia <[email protected]>
  • Loading branch information
leonardochaia committed Nov 12, 2024
1 parent 06fd442 commit 5787c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OrasProject.Oras.Tests/CopyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void GenerateIndex(params Descriptor[] manifests)

// Perform the copy graph operation
var copyOptions = new CopyGraphOptions();
await srcTracker.CopyGraphAsync(dstTracker, root, CancellationToken.None, copyOptions);
await srcTracker.CopyGraphAsync(dstTracker, root, copyOptions, CancellationToken.None);

// Verify contents in the destination
foreach (var (desc, blob) in descs.Zip(blobs, Tuple.Create))
Expand Down

0 comments on commit 5787c04

Please sign in to comment.