Skip to content

Commit 432fb0f

Browse files
Force sorting in test
1 parent 2462995 commit 432fb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hidePassedScenariosTest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ describe('hidePassedScenarios', () => {
8181
.map((m) => m.gherkinDocument)
8282

8383
assert.deepStrictEqual(
84-
hidePassedScenarios(documents, testResultsQuery, gherkinQuery).map(
85-
(document) => document.uri
86-
),
84+
hidePassedScenarios(documents, testResultsQuery, gherkinQuery)
85+
.map((document) => document.uri)
86+
.sort(),
8787
[
8888
'testdata/escaped_pipes.feature',
8989
'testdata/hooks.feature',

0 commit comments

Comments
 (0)