Skip to content

Commit 10312a9

Browse files
fix(clawsweeper): address review for clawsweeper-commit-openclaw-openclaw-581fbea1d653 (validation-2)
1 parent 1d94d3a commit 10312a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/models/list.status.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const mocks = vi.hoisted(() => {
152152
mode: "scoped",
153153
allowKeychainPrompt: false,
154154
config: cfg,
155-
providerIds: [...new Set(providerIds)].sort(),
155+
providerIds: [...new Set(providerIds)].toSorted(),
156156
profileIds,
157157
};
158158
}),

0 commit comments

Comments
 (0)