Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jun 14, 2023
1 parent c2850ef commit 15788c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('SearchResultsView', () => {
expect(screen.getByRole('link', { name: '1' })).toBeInTheDocument()
expect(screen.getByRole('link', { name: '1' })).toHaveAttribute(
'href',
'/mainnet/sapphire/blocks/143553#transactions',
'/mainnet/sapphire/block/143553#transactions',
)
})

Expand Down

0 comments on commit 15788c7

Please sign in to comment.