Skip to content

Commit

Permalink
chore: update test data storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiah committed May 26, 2020
1 parent c9a665f commit 1e5a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let Fetcher = require('../jsoncache');

const should = chai.should();

const testJsonUrl = 'https://api.myjson.com/bins/bn2qa';
const testJsonUrl = 'https://pastebin.com/raw/pvkhtD5n';

// dumb logger to grab any logging output that would clog the test log
const logger = {
Expand Down

0 comments on commit 1e5a85c

Please sign in to comment.