mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -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