Skip to content

Commit

Permalink
refactor: simplify expression
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Apr 28, 2021
1 parent cd41f5c commit 182b325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Bunit.Asserting
{
public class JSRuntimeAssertExtensionsTest
{
private static BunitJSInterop CreateSut(JSRuntimeMode mode = JSRuntimeMode.Loose) => new BunitJSInterop { Mode = mode };
private static BunitJSInterop CreateSut(JSRuntimeMode mode = JSRuntimeMode.Loose) => new() { Mode = mode };

[Fact(DisplayName = "BunitJSInterop.VerifyNotInvoke throws if handler is null")]
public void Test001()
Expand Down

0 comments on commit 182b325

Please sign in to comment.