diff --git a/packages/did/src/did-resolvers/pkh-did-resolver.test.ts b/packages/did/src/did-resolvers/pkh-did-resolver.test.ts index b38d401..6b67269 100644 --- a/packages/did/src/did-resolvers/pkh-did-resolver.test.ts +++ b/packages/did/src/did-resolvers/pkh-did-resolver.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it } from "vitest" -import fixtureEthereumMainnet from "../../test-fixtures/did-pkh/did:pkh:eip155:1:0xb9c5714089478a327f09197987f16f9e5d936e8a.json" -import fixtureBaseSepolia from "../../test-fixtures/did-pkh/did:pkh:eip155:84532:0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json" -import fixtureSolana from "../../test-fixtures/did-pkh/did:pkh:solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ:CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json" +import fixtureEthereumMainnet from "../../test-fixtures/did-pkh/eip155-1-0xb9c5714089478a327f09197987f16f9e5d936e8a.json" +import fixtureBaseSepolia from "../../test-fixtures/did-pkh/eip155-84532-0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json" +import fixtureSolana from "../../test-fixtures/did-pkh/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ-CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json" import { resolve } from "./pkh-did-resolver" /** diff --git a/packages/did/test-fixtures/did-pkh/did:pkh:eip155:1:0xb9c5714089478a327f09197987f16f9e5d936e8a.json b/packages/did/test-fixtures/did-pkh/eip155-1-0xb9c5714089478a327f09197987f16f9e5d936e8a.json similarity index 100% rename from packages/did/test-fixtures/did-pkh/did:pkh:eip155:1:0xb9c5714089478a327f09197987f16f9e5d936e8a.json rename to packages/did/test-fixtures/did-pkh/eip155-1-0xb9c5714089478a327f09197987f16f9e5d936e8a.json diff --git a/packages/did/test-fixtures/did-pkh/did:pkh:eip155:84532:0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json b/packages/did/test-fixtures/did-pkh/eip155-84532-0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json similarity index 100% rename from packages/did/test-fixtures/did-pkh/did:pkh:eip155:84532:0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json rename to packages/did/test-fixtures/did-pkh/eip155-84532-0xa0ae58da58dfa46fa55c3b86545e7065f90ff011.json diff --git a/packages/did/test-fixtures/did-pkh/did:pkh:solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ:CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json b/packages/did/test-fixtures/did-pkh/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ-CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json similarity index 100% rename from packages/did/test-fixtures/did-pkh/did:pkh:solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ:CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json rename to packages/did/test-fixtures/did-pkh/solana-4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ-CKg5d12Jhpej1JqtmxLJgaFqqeYjxgPqToJ4LBdvG9Ev.json