We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new()
1 parent ea47117 commit 9324871Copy full SHA for 9324871
1 file changed
DependencyQueue.Tests/DependencyQueueEntryQueueViewTests.cs
@@ -60,7 +60,7 @@ public void TryPeek()
60
private protected override Inner ItemB { get; } = new Entry("b");
61
62
private protected override Collection CreateCollection()
63
- => new Collection(new[] { ItemA, ItemB });
+ => new(new[] { ItemA, ItemB });
64
65
private protected override View CreateView(Collection collection, Lock @lock)
66
=> new(collection, @lock);
0 commit comments