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

Commit

Permalink
fix gh-image-uploader-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield authored and acburdine committed Feb 1, 2017
1 parent faeefae commit a35141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/gh-image-uploader-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('Integration: Component: gh-image-uploader', function() {

stubSuccessfulUpload(server);

this.render(hbs`{{gh-image-uploader url=image fileSelected=(action fileSelected) update=(action update)}}`);
this.render(hbs`{{gh-image-uploader image=image fileSelected=(action fileSelected) update=(action update)}}`);
fileUpload(this.$('input[type="file"]'), ['test'], {name: 'test.png'});

wait().then(() => {
Expand Down

0 comments on commit a35141a

Please sign in to comment.