From 1e5a85cb071c1c75a4a09107a19698480923a388 Mon Sep 17 00:00:00 2001 From: Tobiah Date: Mon, 25 May 2020 23:05:13 -0500 Subject: [PATCH] chore: update test data storage --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 8f2586b..ef18c1c 100644 --- a/test/test.js +++ b/test/test.js @@ -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 = {