Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 1104a41

Browse files
Agrim JainAgrim Jain
authored andcommitted
fix: change in client libraries test
1 parent 0fc2fbe commit 1104a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/Home/ClientLibraries/__tests__/ClientLibraries.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('ClientLibraries', () => {
2626
it('should navigate to the correct links on click', () => {
2727
expect(screen.getByText('Go to the JavaScript library').closest('a')).toHaveAttribute(
2828
'href',
29-
'https://binary-com.github.io/deriv-api/',
29+
'https://deriv-com.github.io/deriv-api/',
3030
);
3131
expect(screen.getByText('Go to the Python library').closest('a')).toHaveAttribute(
3232
'href',

0 commit comments

Comments
 (0)