mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Update node execution itemCount to support multiple outputs (no-changelog) (#19646)
This commit is contained in:
@@ -21,7 +21,7 @@ describe('nodeExecuteAfterData', () => {
|
||||
data: {
|
||||
executionId: 'exec-1',
|
||||
nodeName: 'Test Node',
|
||||
itemCount: 1,
|
||||
itemCountByConnectionType: { main: [1] },
|
||||
data: {
|
||||
executionTime: 0,
|
||||
startTime: 0,
|
||||
|
||||
Reference in New Issue
Block a user