Skip to content

Commit 2ccb726

Browse files
committed
test: fix failed tests
1 parent 048df64 commit 2ccb726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/push/import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ testcases:
149149
EOF
150150
- script: lino pull source --table customer --filter customer_id=1 | lino push update dest --table customer -vdebug
151151
assertions:
152-
- result.systemerr ShouldContainSubstring "UPDATE \"customer\" SET first_name=$1 WHERE customer_id=$2"
152+
- result.systemerr ShouldContainSubstring 'UPDATE "customer" SET first_name=$1 WHERE customer_id=$2'
153153
- result.code ShouldEqual 0
154154
- result.systemout ShouldBeEmpty

0 commit comments

Comments
 (0)