cleaned up some tests.

This commit is contained in:
Keivan Beigi 2013-03-04 17:47:51 -08:00
commit 35cb7e55c7
9 changed files with 116 additions and 218 deletions

View file

@ -205,9 +205,9 @@ namespace NzbDrone.Core.Test.Datastore
Db.Insert(childModel);
_childModel.A = "A_New";
_childModel.B = 2;
_childModel.C = 2;
childModel.A = "A_New";
childModel.B = 2;
childModel.C = 2;
Db.UpdateField(childModel, "B");