1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 09:00:06 +00:00

chore: test fix

This commit is contained in:
2022-04-18 14:54:50 +02:00
parent caa5aa47dc
commit 9bf3885868

View File

@@ -62,7 +62,7 @@ describe('formatDataForRequest', () => {
expect(() => formatDataForRequest(tableWithMissingValues)).toThrow( expect(() => formatDataForRequest(tableWithMissingValues)).toThrow(
new Error( new Error(
'Special missing value can only be a single character from A to Z or _' 'A Special missing value can only be a single character from A to Z or _ or .[a-z] or ._'
) )
) )
}) })