Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Change assertion order
Browse files Browse the repository at this point in the history
  • Loading branch information
uppal101 committed Sep 19, 2017
1 parent b2256a7 commit 24baec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/__tests__/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('selected language', () => {

explorer.instance().setLanguage('language');
expect(explorer.state('language')).toBe('language');
expect(explorer.state('language')).toBe(Cookie.get('readme_language'));
expect(Cookie.get('readme_language')).toBe('language');
});
});

Expand Down

0 comments on commit 24baec6

Please sign in to comment.