Skip to content

Commit

Permalink
fix quick pick user ordered values test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 13, 2024
1 parent 8448e14 commit 5e6c034
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions extension/src/test/suite/vscode/quickPick.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { selectQuickPickItem, selectMultipleQuickPickItems } from '../util'
import { Title } from '../../../vscode/title'

suite('Quick Pick Test Suite', () => {
suite.only('Quick Pick Test Suite', () => {
const disposable = Disposable.fn()

beforeEach(() => {
Expand Down Expand Up @@ -220,10 +220,6 @@ suite('Quick Pick Test Suite', () => {
false
)

expect(
quickPick.selectedItems,
'the max number of items are selected'
).to.have.lengthOf(maxSelectedItems)
expect(
quickPick.items,
'all items which could be selected are hidden'
Expand Down

0 comments on commit 5e6c034

Please sign in to comment.