fix: use > instead of >= #45
nodejs.yml
on: push
build
1m 13s
prepare
7s
publish-npm
0s
Annotations
3 errors and 2 warnings
__tests__/kysely.spec.ts > simple kysely interface > should sync to clickhouse:
__tests__/kysely.spec.ts#L54
AssertionError: Table should still copy 3 rows because updated_at >= should match previous rows too: expected 1 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 1
❯ __tests__/kysely.spec.ts:54:109
|
__tests__/kysely.spec.ts > simple kysely interface > should sync to clickhouse with simplified syntax:
__tests__/kysely.spec.ts#L96
Error: Snapshot `simple kysely interface > should sync to clickhouse with simplified syntax 2` mismatched
- Expected
+ Received
@@ -6,11 +6,11 @@
},
"table": "address_types",
},
{
"bookmark": {
- "lastCount": 1,
+ "lastCount": 0,
"rowId": "4",
"rowTimestamp": "2024-01-01T00:00:00.000",
},
"table": "individuals",
},
❯ __tests__/kysely.spec.ts:96:24
|
build
Process completed with exit code 1.
|
prepare
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, webiny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|