mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
updated seriesrepo to use the new syntax.
This commit is contained in:
parent
1a4f3fad25
commit
b04fb32f77
4 changed files with 42 additions and 34 deletions
|
@ -114,7 +114,7 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
childModel.Name = "B";
|
||||
childModel.Tilte = "C";
|
||||
|
||||
Subject.UpdateOnly(childModel, t=>t.Name);
|
||||
Subject.UpdateFields(childModel, t=>t.Name);
|
||||
|
||||
Db.All<BaiscType>().Single().Address.Should().Be("Address");
|
||||
Db.All<BaiscType>().Single().Name.Should().Be("B");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue