Skip to content

Commit

Permalink
chore: replacing Agoric local with Agoric localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Mar 7, 2024
1 parent f1c1068 commit 85c95cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/specs/keplr/keplr-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('Keplr', () => {
});

it(`should get wallet address while running addNewTokensFound flow`, () => {
cy.getWalletAddress('Agoric local').then(walletAddress => {
cy.getWalletAddress('Agoric localhost').then(walletAddress => {
expect(walletAddress.length).to.be.equal(45);
});

Expand Down Expand Up @@ -110,7 +110,7 @@ describe('Keplr', () => {
});

it(`should get wallet address without running addNewTokensFound flow`, () => {
cy.getWalletAddress('Agoric local').then(walletAddress => {
cy.getWalletAddress('Agoric localhost').then(walletAddress => {
expect(walletAddress.length).to.be.equal(45);
});

Expand Down

0 comments on commit 85c95cb

Please sign in to comment.