mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -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