Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
Fixed incorrect case, ref #94
  • Loading branch information
mabahj committed Aug 1, 2016
1 parent 786aa24 commit ffecc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -11,7 +11,7 @@
*/
var habitat = require("habitat"),
env = habitat.load(),
Flickr = require("./src/FlickrApi"),
Flickr = require("./src/FlickrAPI"),
FlickrOptions = env.get("FLICKR", {}),
// node test => auth test; node test false => token only test
testAuthenticated = process.argv.indexOf("testAuthenticated") > -1,
Expand Down

0 comments on commit ffecc35

Please sign in to comment.