diff --git a/tests/unit/services/browser-cache-test.js b/tests/unit/services/browser-cache-test.js index a7d6459..15d9e58 100644 --- a/tests/unit/services/browser-cache-test.js +++ b/tests/unit/services/browser-cache-test.js @@ -11,7 +11,7 @@ module('Unit | Service | browser-cache', function(hooks) { test('creates kredits data stores', function(assert) { let cache = this.owner.lookup('service:browser-cache'); - assert.equal(cache.contributors._config.name, "kredits:rinkeby:contributors"); - assert.equal(cache.contributions._config.name, "kredits:rinkeby:contributions"); + assert.equal(cache.contributors._config.name, "kredits:rsk-testnet:contributors"); + assert.equal(cache.contributions._config.name, "kredits:rsk-testnet:contributions"); }); });