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 24bb34c commit 56273e3Copy full SHA for 56273e3
src/OSDP.Net.Tests/ControlPanelTest.cs
@@ -3,7 +3,6 @@
3
using System.Linq;
4
using System.Threading;
5
using System.Threading.Tasks;
6
-using Microsoft.Extensions.Logging;
7
using Microsoft.Extensions.Logging.Abstractions;
8
using Moq;
9
using NUnit.Framework;
src/OSDP.Net.Tests/Global.cs
src/OSDP.Net.Tests/IntegrationTests/PeripheryDeviceTest.cs
@@ -11,7 +11,6 @@
11
12
namespace OSDP.Net.Tests.IntegrationTests;
13
14
-
15
//
16
// NOTE: Majority of naming/structure in this file is very much a work-in-progress
17
// and will be updated if we continue to build out a set of integration tests
0 commit comments