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