Skip to content

Commit 7b03a6e

Browse files
Fix story or cancelled analysis
1 parent 6398ede commit 7b03a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/stories/variant-analysis/VariantAnalysisStats.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ Failed.args = {
106106

107107
export const Stopped = Template.bind({});
108108
Stopped.args = {
109-
...SucceededWithSkippedRepositories.args,
109+
...Started.args,
110110
variantAnalysisStatus: VariantAnalysisStatus.Canceled,
111111
};

0 commit comments

Comments
 (0)