Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Mar 27, 2020
1 parent 718ab4c commit 15a5feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DataServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void DeviceGroupPermissions()

var groupID = DataService.GetDeviceGroups(TestData.Admin1.UserName).First().ID;

DataService.UpdateDevice(TestData.Device1.ID, "", "", groupID);
DataService.UpdateDevice(TestData.Device1.ID, "", "", groupID, "");
DataService.AddUserToDeviceGroup(TestData.OrganizationID, groupID, TestData.User1.UserName, out _);

Assert.IsTrue(DataService.GetDevicesForUser(TestData.Admin1.UserName).Count() == 2);
Expand Down

0 comments on commit 15a5feb

Please sign in to comment.