Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedorn committed Nov 16, 2018
1 parent d8205fe commit ed72e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/TargetingPairs.spec.jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('TargetingPairs', function() {

it('returns the index of the article in reading list', function() {
var childElement = document.body.getElementsByClassName('ad-container')[0];
expect(TargetingPairs.getArticlePosition(childElement, {})).toEqual(1);
expect(TargetingPairs.getArticlePosition(childElement, {})).toEqual('none');
});
});
});
Expand Down

0 comments on commit ed72e78

Please sign in to comment.