Skip to content

Commit 8f28a63

Browse files
authored
Fix test comment formatting
1 parent 8325e3d commit 8f28a63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/features/views/treeViewItems.unit.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ suite('Test TreeView Items', () => {
540540
assert.ok(item.treeItem.tooltip, 'Transitive package should have an explanatory tooltip');
541541
});
542542

543-
test('Prefers package-provided iconPath over default icon', () => { // Arrange
543+
test('Prefers package-provided iconPath over default icon', () => {
544+
// Arrange
544545
const pkg = createMockPackage({ name: 'numpy', isTransitive: true, iconPath: new ThemeIcon('symbol-numeric') });
545546

546547
// Act

0 commit comments

Comments
 (0)