Skip to content

Commit 4f245b5

Browse files
Collection expr
1 parent 16598c5 commit 4f245b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System.Collections.Generic;
65
using System.Linq;
76
using System.Threading.Tasks;
87
using System.Xml.Linq;
@@ -1018,8 +1017,6 @@ await TestAsync(testHost, composition, source, async w =>
10181017

10191018
var items = await _aggregator.GetItemsAsync("GK");
10201019

1021-
Assert.Equal(expecteditems.Count, items.Count());
1022-
10231020
VerifyNavigateToResultItems([expecteditem1, expecteditem2, expecteditem3], items);
10241021
});
10251022
}

0 commit comments

Comments
 (0)