Skip to content

Commit

Permalink
unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viji committed Jul 31, 2024
1 parent 2b1ab6d commit 0de1b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LCT.ArtifactPublisher.UTest/PublishTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void Setup()
public void UploadLogs_SuccessfullyUploadsLogs()
{
// Arrange
string expectedCommand = $"##vso[artifact.upload containerfolder={Publish.ContainerFolderName};" +
string expectedCommand = $"##vso[artifact.upload containerfolder={Publish.LogContainerFolderName};" +
$"artifactname={Publish.LogArtifactFolderName}]{_publish?.CatoolLogPath}";

// Act
Expand Down

0 comments on commit 0de1b59

Please sign in to comment.