Skip to content

Commit

Permalink
fix category url test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Nov 5, 2021
1 parent 6c5d529 commit 2177191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HexGrid/HexGrid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('GIVEN HexGrid', () => {
expect(screen.getByTestId('hex-image')).toBeInTheDocument();
expect(screen.getByTestId('hex-image')).toHaveAttribute(
'src',
'https://enki.imgix.net/123-0'
'https://enki.imgix.net/123'
);
});

Expand Down

0 comments on commit 2177191

Please sign in to comment.