test: update test to support the new type of blockchainCredentialSupportedNetworks

re #451
This commit is contained in:
Vivian Plasencia
2024-03-27 17:45:22 +01:00
parent 9e77800332
commit fc7159d48e

View File

@@ -19,7 +19,12 @@ jest.mock("@bandada/utils", () => ({
}),
getGroups: () => []
}),
blockchainCredentialSupportedNetworks: ["Sepolia"]
blockchainCredentialSupportedNetworks: [
{
id: "sepolia",
name: "Sepolia"
}
]
}))
jest.mock("@bandada/credentials", () => ({