updated seriesrepo to use the new syntax.

This commit is contained in:
kay.one 2013-03-23 21:25:16 -07:00
commit b04fb32f77
4 changed files with 42 additions and 34 deletions

View file

@ -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");