Correct test name typo
This commit is contained in:
parent
026506e2d1
commit
f57cd79932
@ -25,7 +25,7 @@ describe('MessagesService', () => {
|
|||||||
httpTestingController.verify()
|
httpTestingController.verify()
|
||||||
})
|
})
|
||||||
|
|
||||||
it('calls get profile endpoint', () => {
|
it('calls messages endpoint', () => {
|
||||||
service.get().subscribe()
|
service.get().subscribe()
|
||||||
const req = httpTestingController.expectOne(
|
const req = httpTestingController.expectOne(
|
||||||
`${environment.apiBaseUrl}messages/`
|
`${environment.apiBaseUrl}messages/`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user