mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 09:12:17 +00: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 @@ public class BuildInfoFixture
|
|||
[Test]
|
||||
public void should_return_version()
|
||||
{
|
||||
BuildInfo.Version.Major.Should().BeOneOf(0, 10);
|
||||
BuildInfo.Version.Major.Should().BeOneOf(1, 10);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in a new issue