api: header and parameter names. #1067
Annotations
2 errors
Run pnpm test:
packages/typescript-client/test/integration.test.ts#L311
AssertionError: expected [ { txt: 'test', i2: 1, …(18) } ] to match object [ { txt: 'changed', i2: 1, …(18) } ]
(3 matching properties omitted from actual)
- Expected
+ Received
Array [
Object {
- "b": false,
+ "b": true,
"bools": Array [
- false,
true,
false,
+ true,
],
"complexes": Array [
- "(2.2,3.3)",
- "(4.4,5.5)",
+ "(1.1,2.2)",
+ "(3.3,4.4)",
],
"doubles": Array [
Infinity,
- NaN,
-Infinity,
+ NaN,
],
- "f8": 40.5,
+ "f8": 4.5,
"i2": 1,
- "i4": 20,
- "i8": 30n,
+ "i4": 2147483647,
+ "i8": 9223372036854775807n,
"int4s": Array [
- 4,
- 5,
- 6,
+ 1,
+ 2,
+ 3,
],
"ints": Array [
- 4n,
- 5n,
- 6n,
+ 1n,
+ 2n,
+ 3n,
],
"ints2": Array [
Array [
+ 1n,
+ 2n,
+ 3n,
+ ],
+ Array [
4n,
5n,
6n,
],
- Array [
- 7n,
- 8n,
- 9n,
- ],
],
"json": Object {
- "bar": "foo",
+ "foo": "bar",
},
"jsonb": Object {
- "bar": "foo",
+ "foo": "bar",
},
"jsons": Array [
- Object {},
+ Object {
+ "foo": "bar",
+ },
+ Object {
+ "bar": "baz",
+ },
],
"moods": Array [
"sad",
+ "ok",
"happy",
],
"moods2": Array [
Array [
"sad",
- "happy",
+ "ok",
],
Array [
+ "ok",
"happy",
- "ok",
],
],
"posints": Array [
- "6",
- "10",
- "3",
+ "5",
+ "9",
+ "2",
],
- "txt": "changed",
+ "txt": "test",
"txts": Array [
- "new",
- "values",
+ "foo",
+ "bar",
+ "baz",
],
"value": Object {
- "a": 6,
+ "a": 5,
},
},
]
❯ test/integration.test.ts:311:27
|
Run pnpm test
Process completed with exit code 1.
|
Loading