test(aio): fix e2e API test due to #20607 (#20661)

PR Close #20661
This commit is contained in:
Peter Bacon Darwin 2017-11-28 13:02:33 +00:00 committed by Miško Hevery
parent 3203069d6c
commit 4ec4a99f16
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ describe('Api pages', function() {
it('should show readonly properties as getters', () => {
const page = new ApiPage('api/common/http/HttpRequest');
expect(page.getOverview('class').getText()).toContain('get body: T|null');
expect(page.getOverview('class').getText()).toContain('get body: T | null');
});
it('should not show parenthesis for getters', () => {