Skip to content

Commit

Permalink
Suppress Qodana warnings about awaiting a void method.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Dec 16, 2024
1 parent 37c9c09 commit 3bd326d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
using Xunit;
using Xunit.Sdk;

// ReSharper disable AsyncVoidLambda

namespace FluentAssertions.Specs.Exceptions;

public class AsyncFunctionExceptionAssertionSpecs
Expand Down

0 comments on commit 3bd326d

Please sign in to comment.