Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 31, 2017
1 parent ea3eca7 commit 74a8eea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ describe('QueryAndSaveButtons', () => {

it('renders buttons with correct text', () => {
expect(wrapper.find(Button).contains(' Query')).to.eql(true);
expect(wrapper.find(Button).contains(' Save as')).to.eql(true);
expect(wrapper.find(Button).contains(' Save')).to.eql(true);
});

it('calls onQuery when query button is clicked', () => {
Expand Down

0 comments on commit 74a8eea

Please sign in to comment.