|
|
@@ -6,10 +6,9 @@ using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Diagnostics;
|
|
|
using System.Linq;
|
|
|
-using System.Text;
|
|
|
-using Xunit;
|
|
|
using System.Threading;
|
|
|
using System.Threading.Tasks;
|
|
|
+using Xunit;
|
|
|
|
|
|
namespace Tests
|
|
|
{
|
|
|
@@ -204,7 +203,6 @@ namespace Tests
|
|
|
Assert.Equal(8, await c.Count());
|
|
|
}
|
|
|
|
|
|
-
|
|
|
static IEnumerable<IAsyncEnumerable<int>> ConcatXss()
|
|
|
{
|
|
|
yield return new[] { 1, 2, 3 }.ToAsyncEnumerable();
|