mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
minor fixes to wtf-gtfo
This commit is contained in:
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
||||
public void should_get_master_if_branch_doesnt_exit()
|
||||
{
|
||||
UseRealHttp();
|
||||
Subject.GetLatestUpdate("master2", new Version(2, 0)).Should().NotBeNull();
|
||||
Subject.GetLatestUpdate("invalid_branch", new Version(2, 0)).Should().NotBeNull();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user