We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb1de1 commit 359ae6eCopy full SHA for 359ae6e
src/DiffEngineTray.Tests/OptionsFormTests.cs
@@ -35,7 +35,7 @@ public async Task WithKeys()
35
Key = "A"
36
}
37
},
38
- _ => Task.FromResult<IReadOnlyCollection<string>>(new List<string>()));
+ _ => Task.FromResult<IReadOnlyCollection<string>>([]));
39
await Verify(form);
40
41
@@ -44,7 +44,7 @@ public async Task Default()
44
{
45
using var form = new OptionsForm(
46
new(),
47
48
49
50
0 commit comments