Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Mar 2, 2025
1 parent 6d9d0d6 commit 5569edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/WinpkFilter/WinpkFilterDeviceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void Properties()
{
Assert.That(device.Name, Is.Not.Null);
Assert.That(device.FriendlyName, Is.Not.Null);
Assert.That(device.Description, Is.Null);
Assert.That(device.Description, Is.Empty);
Assert.That(device.LastError, Is.Null);
Assert.That(device.Filter, Is.Null);
Assert.That(device.LinkType, Is.EqualTo(LinkLayers.Ethernet));
Expand Down

0 comments on commit 5569edb

Please sign in to comment.