[Newsfeed/Lint] fix chained fn lint (#50515)

This commit is contained in:
Tim Sullivan 2019-11-13 12:21:30 -07:00 committed by Tyler Smalley
parent aca8ddb4f0
commit cf435b83ea

View file

@ -631,10 +631,7 @@ describe('getApi', () => {
.mockImplementationOnce(getHttpMockWithItems(successItems));
getApi(httpMock, configMock.newsfeed, '6.8.2')
.pipe(
take(4),
toArray()
)
.pipe(take(4), toArray())
.subscribe(result => {
expect(result).toMatchInlineSnapshot(`
Array [