mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Update BuildInfoFixture.cs
This commit is contained in:
parent
2316223d84
commit
ff6ca24e14
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Common.Test.EnvironmentInfo
|
|||
[Test]
|
||||
public void should_return_version()
|
||||
{
|
||||
BuildInfo.Version.Major.Should().BeOneOf(0, 10);
|
||||
BuildInfo.Version.Major.Should().BeOneOf(1, 10);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue