test: use different id for song suggestions #57
ci.yaml
on: push
Test and Deploy to Staging
17s
Annotations
2 errors
src/modules/songs/use-cases/get-song-suggestions/get-song-suggestions.use-case.spec.ts > GetSongSuggestions > should return suggestions for a song:
src/modules/songs/helpers/song.helper.ts#L7
TypeError: Cannot read properties of undefined (reading 'id')
❯ Module.createSongPayload src/modules/songs/helpers/song.helper.ts:7:12
❯ src/modules/songs/use-cases/get-song-suggestions/get-song-suggestions.use-case.ts:45:38
❯ GetSongSuggestionsUseCase.execute src/modules/songs/use-cases/get-song-suggestions/get-song-suggestions.use-case.ts:45:10
❯ src/modules/songs/use-cases/get-song-suggestions/get-song-suggestions.use-case.spec.ts:13:25
|
Test and Deploy to Staging
Process completed with exit code 1.
|