Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Mar 1, 2022
1 parent 807ac85 commit 3e03ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void OnClickSendLogCommandTests_Failure()
mockLogFileService.Setup(x => x.CopyLogUploadingFileToPublicPath(testZipFileName)).Returns(testPublicZipFilePath);

var unitUnderTest = CreateViewModel();
unitUnderTest.Initialize(SendLogConfirmationPage.BuildNavigationParams(testLogId, testPublicZipFileName));
unitUnderTest.Initialize(SendLogConfirmationPage.BuildNavigationParams(testLogId, testPublicZipFilePath));

mockUserDialogs.Invocations.Clear();
mockLogFileService.Invocations.Clear();
Expand Down

0 comments on commit 3e03ccb

Please sign in to comment.