Skip to content

Commit

Permalink
fix quandl default version test fixes normanjoyner#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Victory committed Jan 17, 2016
1 parent 3d4fe6a commit 8080570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quandl.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("quandl", function(){
});

it("default config parameters are set correctly", function(){
assert.equal(quandl.api_version, "v1");
assert.equal(quandl.api_version, "v3");
assert.equal(quandl.auth_token, undefined);
});

Expand Down

0 comments on commit 8080570

Please sign in to comment.