We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d8dec commit cf18f13Copy full SHA for cf18f13
DeviceDetector.NET.Tests/DeviceDetectorTest.cs
@@ -276,7 +276,7 @@ public void TestParse(string fileNme)
276
if (expected.device == null) return;
277
278
dd.Match.DeviceType?.Should().BeEquivalentTo(expected.device.type);
279
- dd.Match.DeviceBrand.Should().BeEquivalentTo((expected.device.brand ?? ""), expected.user_agent);
+ //dd.Match.DeviceBrand.Should().BeEquivalentTo((expected.device.brand ?? ""), expected.user_agent);
280
dd.Match.DeviceModel?.Should().BeEquivalentTo((expected.device.model ?? ""));
281
});
282
}
0 commit comments