Small async fixes for AsyncQueue and over-/underflow for IPAddress
This commit is contained in:
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Moq;
|
||||
|
||||
namespace UnitTests.Common.Utilities
|
||||
{
|
||||
@@ -333,8 +332,6 @@ namespace UnitTests.Common.Utilities
|
||||
Assert.Fail();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private AsyncQueue<TestElement> GetQueue()
|
||||
{
|
||||
var asyncQueue = new AsyncQueue<TestElement>();
|
||||
|
||||
Reference in New Issue
Block a user