1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-23 22:51:19 +00:00

fix test for update client exe

This commit is contained in:
Qstick 2022-10-15 13:58:21 -05:00
parent a6ce1ee64c
commit 4fc043bb72

View file

@ -279,7 +279,7 @@ namespace NzbDrone.Common.Test
[Test] [Test]
public void GetUpdateClientExePath() public void GetUpdateClientExePath()
{ {
GetIAppDirectoryInfo().GetUpdateClientExePath().Should().BeEquivalentTo(@"C:\Temp\sonarr_update\Sonarr.Update".AsOsAgnostic()); GetIAppDirectoryInfo().GetUpdateClientExePath().Should().BeEquivalentTo(@"C:\Temp\sonarr_update\Sonarr.Update.exe".AsOsAgnostic());
} }
[Test] [Test]