mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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