Skip to content

Commit

Permalink
test: fix mock data for characters
Browse files Browse the repository at this point in the history
  • Loading branch information
WillACosta committed Jul 22, 2024
1 parent b687ff7 commit 5eafc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/core/test/mocks/mock-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export abstract class MockData {
static characters = [
{
id: 'dcd8c803-d9d1-464f-86b3-98a734c3a316',
image: 'https://picsum.photos/400/200',
mobileImage: 'https://picsum.photos/115/130',
image: 'https://picsum.photos/seed/dcd8c803-d9d1-464f-86b3-98a734c3a316/400/200',
mobileImage: 'https://picsum.photos/seed/dcd8c803-d9d1-464f-86b3-98a734c3a316/115/130',
name: 'Anakin S.',
height: '172',
mass: '77',
Expand Down

0 comments on commit 5eafc10

Please sign in to comment.