mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
cleaned up some tests.
This commit is contained in:
parent
1ccbb3c9d8
commit
35cb7e55c7
9 changed files with 116 additions and 218 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue