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

Commit

Permalink
test(wrappers): base wrapper test rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Oct 28, 2016
1 parent 94c4002 commit dcf854a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/manual/tester.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ class Tester extends Component {
render() {
return (
<div>
<div>Traditional</div>
<h2>Traditional</h2>
<Gallery uploader={ traditionalUploader } />

<div>S3</div>
<h2>S3</h2>
<Gallery uploader={ s3Uploader } />
</div>
)
Expand Down

0 comments on commit dcf854a

Please sign in to comment.