Skip to content

Commit

Permalink
naming token package to auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwards, Chris authored and Edwards, Chris committed Aug 10, 2017
1 parent 7f1a4ae commit c579bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/spotify/auth/test_get_token.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { expect, config } = require('chai');
const request = require('request-promise-native');
const sinon = require('sinon');
const dotenv = require('dotenv');
const token = require('../../../src/spotify/token');
const token = require('../../../src/spotify/auth');

const context = describe;

Expand Down

0 comments on commit c579bb3

Please sign in to comment.