Skip to content

Commit

Permalink
Add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 4, 2023
1 parent dae320a commit 29d9e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/data/tmdb/tmdbAdapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('getMovie', () => {
2001,
90,
'https://www.themoviedb.org/movie/1234',
'posterPath.jpg',
'/posterPath.jpg',
1234,
)
tmdbMock.mockSearchMovie(expected)
Expand Down

0 comments on commit 29d9e3e

Please sign in to comment.