Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpmitsch committed Dec 18, 2023
1 parent 23214e0 commit d34e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/sdk/spec/core/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('core client', () => {
endpointUrl: 'https://some-cool-name.optimism.quiknode.pro/abcd/',
});
chainName = endpoint.client.chain?.name;
expect(chainName).toEqual('Optimism');
expect(chainName).toEqual('OP Mainnet');

endpoint = new Core({
endpointUrl: 'https://some-cool-name.optimism-goerli.quiknode.pro/abcd/',
Expand Down

0 comments on commit d34e689

Please sign in to comment.