Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
agr committed Jun 14, 2019
1 parent db4447b commit a9c7431
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ public async Task MakesPackageAvailableAndSendsEmailUponSuccess()
Times.Once);

PackageFileServiceMock.Verify(
x => x.DeletePackageForValidationSetAsync(ValidationSet),
Times.Never);
x => x.DeletePackageForValidationSetAsync(ValidationSet),
Times.Never);

MessageServiceMock
.Verify(ms => ms.SendPublishedMessageAsync(Package), Times.Once());
Expand Down

0 comments on commit a9c7431

Please sign in to comment.