Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed Oct 9, 2023
1 parent 8e230a3 commit e73f43a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3238,8 +3238,8 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(

// Act
result = await newCommand.ExecuteAsync();
// Assert

// Assert
await result.CommitAsync(logger, CancellationToken.None);
result.Success.Should().BeTrue(because: logger.ShowMessages());
result.Should().BeAssignableTo<NoOpRestoreResult>(because: "This should be a no-op restore.");
Expand Down

0 comments on commit e73f43a

Please sign in to comment.