1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00

Fixed update test

This commit is contained in:
Mark McDowall 2014-03-07 19:18:56 -08:00
parent 04f07aefe1
commit 1013471449

View File

@ -19,7 +19,7 @@ public void no_update_when_version_higher()
public void finds_update_when_version_lower()
{
UseRealHttp();
Subject.GetLatestUpdate("master", new Version(1, 0)).Should().NotBeNull();
Subject.GetLatestUpdate("master", new Version(2, 0)).Should().NotBeNull();
}
}
}