Skip to content

Commit

Permalink
test fix (solana-labs#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Aug 2, 2023
1 parent 7c60be9 commit 2d808ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/validators/pubkey.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { tryParseDomain } from '@tools/validators/pubkey'

describe('Public Key Resolves ', () => {
const domain = 'realms.sol'
const pubkey = '33m47vH6Eav6jr5Ry86XjhRft2jRBLDnDgPSHoquXi2Z'
const pubkey = '8aHFSYp3K2X2qEfUqQhfCuCHvjDumdiMzfCyrJhdJxmQ'

test('domains to publicKey', async () => {
const resolvedKey = await tryParseDomain(domain)
Expand Down

0 comments on commit 2d808ea

Please sign in to comment.