Skip to content

Commit 710eb4b

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 038541c commit 710eb4b

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
@@ -82,7 +82,6 @@ public async Task EditLayerDialog_Search_RendersCorrectlyAsync()
8282
public async Task EditLayerDialog_Search_ShouldDisplayDevicesAsync()
8383
{
8484
// Arrange
85-
var searchedDevices = Fixture.CreateMany<TableData<DeviceListItem>>(3).ToList();
8685
var expectedLayerDto = Fixture.Create<LayerDto>();
8786

8887
var mockDeviceModel = new DeviceModelDto

0 commit comments

Comments
 (0)