Merge branch 'develop' #112
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
error: expect(received).toThrow(expected):
server/src/song/song.service.spec.ts#L686
Expected constructor: HttpException
Received constructor: TypeError
Received message: "foundSong.save is not a function. (In 'foundSong.save()', 'foundSong.save' is undefined)"
at <anonymous> (/home/runner/work/NoteBlockWorld/NoteBlockWorld/server/src/song/song.service.spec.ts:686:61)
at <anonymous> (/home/runner/work/NoteBlockWorld/NoteBlockWorld/server/src/song/song.service.spec.ts:676:78)
|
|
TypeError: foundSong.save is not a function. (In 'foundSong.save()':
server/src/song/song.service.ts#L281
at getSong (/home/runner/work/NoteBlockWorld/NoteBlockWorld/server/src/song/song.service.ts:281:21)
|