mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-11 11:42:19 +02:00
Test framework version
This commit is contained in:
parent
2c47c5eb99
commit
72902c8984
@ -13,7 +13,7 @@ namespace NzbDrone.Windows.Test.EnvironmentInfo
|
||||
public void should_get_framework_version()
|
||||
{
|
||||
Subject.Version.Major.Should().Be(4);
|
||||
Subject.Version.Minor.Should().BeOneOf(0, 5, 6);
|
||||
Subject.Version.Minor.Should().BeOneOf(0, 5, 6, 7, 8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user