Skip to content

Commit aecf79e

Browse files
committed
test: fix
1 parent 33c460e commit aecf79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/evolution/test/WalletFromSeed.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ test("WalletFromSeed - Custom Network", () => {
7474
test("WalletFromSeed - Address Enterprise", () => {
7575
const expectedFromSeed = {
7676
address: "addr1v98wl3hnya9l94rt58ky533deyqe9t8zz5n9su26k8e5g2srcn4hd",
77-
rewardAddress: null,
77+
rewardAddress: undefined,
7878
paymentKey:
7979
"ed25519e_sk1krszcw3ujfs3qnsjwl6wynw7dwudgnq69w9lrrtdf46yqnd25dgv4f5ttaqxr2v6n6azee489c7mryudvhu8n4x4tcvd5hvhtwswsuc4s4c2d",
80-
stakeKey: null
80+
stakeKey: undefined
8181
}
8282
expect(expectedFromSeed).toStrictEqual(
8383
walletFromSeed(seedPhrase, {

0 commit comments

Comments
 (0)