mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 22:47:57 -05:00
test: update test to support the new type of blockchainCredentialSupportedNetworks
re #451
This commit is contained in:
@@ -19,7 +19,12 @@ jest.mock("@bandada/utils", () => ({
|
||||
}),
|
||||
getGroups: () => []
|
||||
}),
|
||||
blockchainCredentialSupportedNetworks: ["Sepolia"]
|
||||
blockchainCredentialSupportedNetworks: [
|
||||
{
|
||||
id: "sepolia",
|
||||
name: "Sepolia"
|
||||
}
|
||||
]
|
||||
}))
|
||||
|
||||
jest.mock("@bandada/credentials", () => ({
|
||||
|
||||
Reference in New Issue
Block a user