mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Split paired item logic into more manageable methods (no-changelog) (#15337)
This commit is contained in:
committed by
GitHub
parent
1f023db531
commit
0244f1d98b
@@ -324,7 +324,7 @@ describe('WorkflowDataProxy', () => {
|
||||
} catch (error) {
|
||||
expect(error).toBeInstanceOf(ExpressionError);
|
||||
const exprError = error as ExpressionError;
|
||||
expect(exprError.message).toEqual('Invalid expression');
|
||||
expect(exprError.message).toEqual('Multiple matches found');
|
||||
expect(exprError.context.type).toEqual('paired_item_multiple_matches');
|
||||
done();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user