Desynced name #4013
Annotations
4 errors and 1 warning
src/hooks/useBasicName.test.ts#L599
AssertionError: expected { type: 'name', isShort: false, …(21) } to deeply equal { type: 'name', isShort: false, …(21) }
- Expected
+ Received
Object {
"beautifiedName": "name.eth",
"canBeWrapped": true,
"expiryDate": 1970-01-15T05:51:19.890Z,
"gracePeriodEndDate": 1970-04-15T05:51:19.890Z,
"is2LD": true,
"isCachedData": false,
"isETH": true,
"isLoading": false,
"isNonASCII": false,
"isShort": false,
"isValid": true,
"isWrapped": false,
"labelCount": 2,
"labelDataArray": Array [
Object {
"input": Array [
110,
97,
109,
101,
],
"offset": 0,
"output": Array [
110,
97,
109,
101,
],
"tokens": Array [
Array [
110,
97,
109,
101,
],
],
"type": "ASCII",
},
Object {
"input": Array [
101,
116,
104,
],
"offset": 5,
"output": Array [
101,
116,
104,
],
"tokens": Array [
Array [
101,
116,
104,
],
],
"type": "ASCII",
},
],
"name": "name.eth",
"normalisedName": "name.eth",
"ownerData": Object {
"owner": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"ownershipLevel": "registrar",
- "registrant": null,
+ "registrant": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
},
"pccExpired": false,
"priceData": Object {
"base": 3203936997786453n,
"premium": 0n,
},
"registrationStatus": "gracePeriod",
"truncatedName": "name.eth",
"type": "name",
"wrapperData": null,
}
❯ src/hooks/useBasicName.test.ts:599:24
|
src/hooks/useBasicName.test.ts#L599
AssertionError: expected { type: 'name', isShort: false, …(21) } to deeply equal { type: 'name', isShort: false, …(21) }
- Expected
+ Received
Object {
"beautifiedName": "name.eth",
"canBeWrapped": true,
"expiryDate": 1970-01-15T05:51:19.890Z,
"gracePeriodEndDate": 1970-04-15T05:51:19.890Z,
"is2LD": true,
"isCachedData": false,
"isETH": true,
"isLoading": false,
"isNonASCII": false,
"isShort": false,
"isValid": true,
"isWrapped": false,
"labelCount": 2,
"labelDataArray": Array [
Object {
"input": Array [
110,
97,
109,
101,
],
"offset": 0,
"output": Array [
110,
97,
109,
101,
],
"tokens": Array [
Array [
110,
97,
109,
101,
],
],
"type": "ASCII",
},
Object {
"input": Array [
101,
116,
104,
],
"offset": 5,
"output": Array [
101,
116,
104,
],
"tokens": Array [
Array [
101,
116,
104,
],
],
"type": "ASCII",
},
],
"name": "name.eth",
"normalisedName": "name.eth",
"ownerData": Object {
"owner": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"ownershipLevel": "registrar",
- "registrant": null,
+ "registrant": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
},
"pccExpired": false,
"priceData": Object {
"base": 3203936997786453n,
"premium": 0n,
},
"registrationStatus": "gracePeriod",
"truncatedName": "name.eth",
"type": "name",
"wrapperData": null,
}
❯ src/hooks/useBasicName.test.ts:599:24
|
src/hooks/useNameDetails.test.ts#L37
AssertionError: expected undefined to deeply equal 'errors.invalidName'
- Expected:
"errors.invalidName"
+ Received:
undefined
❯ src/hooks/useNameDetails.test.ts:37:34
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading