Skip to content

Commit 974bd00

Browse files
fix unit test snapshots
1 parent 17783fb commit 974bd00

12 files changed

+18
-18
lines changed

packages/ensjs/src/functions/public/_getAbi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => {
1717
Params: (uint256, bytes)
1818
Data: 0x1234 (2 bytes)
1919
20-
20+
Version: 2.21.12]
2121
`)
2222
})

packages/ensjs/src/functions/public/_getAddr.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => {
1717
Params: (address)
1818
Data: 0x1234 (2 bytes)
1919
20-
20+
Version: 2.21.12]
2121
`)
2222
})

packages/ensjs/src/functions/public/_getContentHash.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ it('propagates error when strict is true', async () => {
1818
Params: (bytes)
1919
Data: 0x1234 (2 bytes)
2020
21-
21+
Version: 2.21.12]
2222
`)
2323
})

packages/ensjs/src/functions/public/_getText.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => {
1717
Params: (string)
1818
Data: 0x1234 (2 bytes)
1919
20-
20+
Version: 2.21.12]
2121
`)
2222
})

packages/ensjs/src/functions/public/getAbiRecord.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ describe('getAbiRecord()', () => {
261261
function: resolve(bytes name, bytes data)
262262
args: (0x, 0x)
263263
264-
264+
Version: 2.21.12]
265265
`)
266266
})
267267
})

packages/ensjs/src/functions/public/getAddressRecord.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('getAddressRecord()', () => {
121121
function: resolve(bytes name, bytes data)
122122
args: (0x, 0x)
123123
124-
124+
Version: 2.21.12]
125125
`)
126126
})
127127
})

packages/ensjs/src/functions/public/getContentHashRecord.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('getContentHashRecord', () => {
6767
function: resolve(bytes name, bytes data)
6868
args: (0x, 0x)
6969
70-
70+
Version: 2.21.12]
7171
`)
7272
})
7373
})

packages/ensjs/src/functions/public/getName.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('getName', () => {
119119
function: reverse(bytes reverseName)
120120
args: (0x)
121121
122-
122+
Version: 2.21.12]
123123
`)
124124
})
125125
it('should not return unnormalised name', async () => {

packages/ensjs/src/functions/public/getRecords.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('getRecords()', () => {
146146
args: (0x04746573740365746800, ["0x5678"])
147147
148148
Docs: https://viem.sh/docs/contract/decodeErrorResult
149-
149+
Version: 2.21.12]
150150
`)
151151
})
152152
})

packages/ensjs/src/functions/public/getTextRecord.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('getTextRecord()', () => {
5858
function: resolve(bytes name, bytes data)
5959
args: (0x, 0x)
6060
61-
61+
Version: 2.21.12]
6262
`)
6363
})
6464
})

0 commit comments

Comments
 (0)