Skip to content

Commit

Permalink
Remove references to unused variables in DeviceModelPropertiesControl…
Browse files Browse the repository at this point in the history
…lerTests (#1395)
  • Loading branch information
kbeaugrand authored Oct 23, 2022
1 parent df3c62d commit 49365e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ public async Task SetPropertiesStateUnderTestExpectedBehavior()
var deviceModelPropertiesController = CreateDeviceModelPropertiesController();
var modelId = Guid.NewGuid().ToString();

var mockResponse = this.mockRepository.Create<Response>();
var existingProperty = Guid.NewGuid().ToString();

var properties = new[]
{
new DeviceProperty
Expand Down

0 comments on commit 49365e8

Please sign in to comment.