mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-29 15:57:00 +02:00
fix(editor): Fix type error in RunDataAi.test.ts (no-changelog) (#20436)
This commit is contained in:
parent
2f38db86b5
commit
f31d33cd10
|
|
@ -91,7 +91,7 @@ describe('RunDataAi', () => {
|
|||
beforeEach(() => {
|
||||
setActivePinia(createTestingPinia({ stubActions: false }));
|
||||
workflowsStore = useWorkflowsStore();
|
||||
workflowsStore.setWorkflowExecutionData(executionResponse);
|
||||
workflowsStore.workflowExecutionData = executionResponse;
|
||||
});
|
||||
|
||||
it('should render the log that belong to given run index', async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user