Correct test name typo

This commit is contained in:
shamoon 2023-12-31 10:22:33 -08:00 committed by Moritz Pflanzer
parent 026506e2d1
commit f57cd79932

View File

@ -25,7 +25,7 @@ describe('MessagesService', () => {
httpTestingController.verify()
})
it('calls get profile endpoint', () => {
it('calls messages endpoint', () => {
service.get().subscribe()
const req = httpTestingController.expectOne(
`${environment.apiBaseUrl}messages/`