Skip to content

Commit eb98b21

Browse files
committed
Clean up tests for Throw.
1 parent caeb526 commit eb98b21

File tree

1 file changed

+2
-1
lines changed
  • Ix.NET/Source/System.Linq.Async.Tests/System/Linq/Operators

1 file changed

+2
-1
lines changed

Ix.NET/Source/System.Linq.Async.Tests/System/Linq/Operators/Throw.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6+
using System.Threading.Tasks;
67
using Xunit;
78

89
namespace Tests
@@ -16,7 +17,7 @@ public void Throw_Null()
1617
}
1718

1819
[Fact]
19-
public async System.Threading.Tasks.Task Throw1Async()
20+
public async Task Throw_Simple()
2021
{
2122
var ex = new Exception("Bang");
2223
var xs = Throw<int>(ex);

0 commit comments

Comments
 (0)