mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed broken tests
This commit is contained in:
parent
2e108620d6
commit
bcb13f93ff
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Core.Test.UpdateTests
|
|||
updates.Should().OnlyContain(c => !string.IsNullOrWhiteSpace(c.FileName));
|
||||
updates.Should().OnlyContain(c => !string.IsNullOrWhiteSpace(c.Url));
|
||||
updates.Should().OnlyContain(c => c.Version != null);
|
||||
updates.Should().OnlyContain(c => c.Version.Minor != 0);
|
||||
updates.Should().OnlyContain(c => c.Version.Major == 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue