Maybe type?
This commit is contained in:
parent
4f9f191f7f
commit
5fdf1f41ad
@ -86,7 +86,6 @@ namespace Ben.Demystifier.Test
|
||||
Assert.Equal(expected, trace);
|
||||
}
|
||||
|
||||
|
||||
[Fact]
|
||||
public void DemistifiesMethodWithAsyncLambda()
|
||||
{
|
||||
@ -120,7 +119,7 @@ namespace Ben.Demystifier.Test
|
||||
|
||||
private void MethodWithLambda()
|
||||
{
|
||||
Action action = () => throw new ArgumentException();
|
||||
Func<bool> action = () => throw new ArgumentException();
|
||||
action();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user