mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
updated seriesrepo to use the new syntax.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user