Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Apr 21, 2022
1 parent 96fd2d3 commit ec9c35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/events/AccordionToggleEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { EnumOrString } from '../utils';
import { Searcher } from '../Searcher';

/**
* Event for expanding or collapsing an accordion row. Commonly used for FAQs. TEST
* Event for expanding or collapsing an accordion row. Commonly used for FAQs.
*
* @public
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/infra/AnalyticsReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ it('The data is structured properly', () => {
eventType: 'SCROLL_TO_BOTTOM_OF_PAGE',
experienceKey: 'yext',
experienceVersion: 'PRODUCTION',
queryId: '12'
queryId: '1'
}
};
expect(mockHttpRequesterService.post).toHaveBeenLastCalledWith(expect.anything(), expectedData);
Expand Down

0 comments on commit ec9c35c

Please sign in to comment.