mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(Google Sheets Node): Return single row in read operation if combine conditions is OR and 'Return only First Matching Row' (#15095)
This commit is contained in:
@@ -335,6 +335,7 @@ describe('Test Google Sheets, lookupValues', () => {
|
||||
],
|
||||
returnAllMatches: true,
|
||||
combineFilters: 'OR',
|
||||
nodeVersion: 4.5,
|
||||
});
|
||||
|
||||
expect(result).toBeDefined();
|
||||
@@ -397,6 +398,7 @@ describe('Test Google Sheets, lookupValues', () => {
|
||||
],
|
||||
returnAllMatches: true,
|
||||
combineFilters: 'AND',
|
||||
nodeVersion: 4.5,
|
||||
});
|
||||
|
||||
expect(result).toBeDefined();
|
||||
|
||||
Reference in New Issue
Block a user