mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
parent
b47213a2a7
commit
7c8d0b269a
7 changed files with 25 additions and 14 deletions
|
@ -34,9 +34,8 @@ namespace PlexRequests.Helpers.Tests
|
|||
[Test]
|
||||
public void GetReleaseVersionTest()
|
||||
{
|
||||
var result = AssemblyHelper.GetReleaseVersion();
|
||||
Assert.That(result, Contains.Substring("v"));
|
||||
Assert.That(result, Is.Not.EqualTo("1.0.0.0"));
|
||||
var result = AssemblyHelper.GetProductVersion();
|
||||
Assert.That(result, Is.Not.Null);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue