Skip to content

Commit 6d5b961

Browse files
committed
sort tests
1 parent 2d0b522 commit 6d5b961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cts/client/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function loadTests(client: string): Promise<TestsBlock[]> {
5454
});
5555
}
5656

57-
return testsBlocks;
57+
return testsBlocks.sort((a, b) => a.operationId.localeCompare(b.operationId));
5858
}
5959

6060
export async function generateClientTests(

0 commit comments

Comments
 (0)