Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Oct 5, 2015
1 parent e6d3b39 commit 35e9f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
@@ -1,5 +1,5 @@
import compose from '../module';
const { curry, _ } = require('curry-this')({Symbol:() => 'CURRY'});
import { curry, _ } from 'curry-this';

import test from 'tape-catch';

Expand Down

0 comments on commit 35e9f86

Please sign in to comment.