Skip to content

Commit

Permalink
Update HotKeyControlTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 12, 2021
1 parent 4604aa7 commit a417187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEngineTray.Tests/HotKeyControlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public async Task WithKeys()
[Fact]
public async Task Default()
{
using HotKeyControl target = new();
using var target = new HotKeyControl();
await Verifier.Verify(target);
}
}
Expand Down

0 comments on commit a417187

Please sign in to comment.