Skip to content

Commit e6f1535

Browse files
Potential fix for pull request finding 'CodeQL / Useless assignment to local variable'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 710eb4b commit e6f1535

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/EditLayerDialogTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public async Task EditLayerDialog_Search_ShouldDisplayDevicesAsync()
132132
public async Task EditLayerDialog_Save_UpdatesDevices()
133133
{
134134
// Arrange
135-
var searchedDevices = Fixture.CreateMany<TableData<DeviceListItem>>(3).ToList();
136135
var expectedLayerDto = Fixture.Create<LayerDto>();
137136

138137
var mockDeviceModel = new DeviceModelDto

0 commit comments

Comments
 (0)