Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Orhan Toy <toyorhan@gmail.com>
  • Loading branch information
byronhulcher and orhantoy authored Aug 5, 2021
1 parent 09b35cf commit 28b89c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('CrawlerSingleDomain', () => {
expect(wrapper.prop('pageHeader')).toEqual({ pageTitle: 'https://elastic.co' });
});

it('Uses a placeholder for the page title and page chrome if a domain has not been', () => {
it('uses a placeholder for the page title and page chrome if a domain has not been', () => {
setMockValues({
...MOCK_VALUES,
domain: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('CrawlerSingleDomainLogic', () => {
CrawlerSingleDomainLogic.actions.onReceiveDomainData(domain as CrawlerDomain);
});

it('should set the crawl requests', () => {
it('should set the domain', () => {
expect(CrawlerSingleDomainLogic.values.domain).toEqual(domain);
});
});
Expand Down

0 comments on commit 28b89c2

Please sign in to comment.