Adapt test for rsk storage namespace
This commit is contained in:
@@ -11,7 +11,7 @@ module('Unit | Service | browser-cache', function(hooks) {
|
|||||||
|
|
||||||
test('creates kredits data stores', function(assert) {
|
test('creates kredits data stores', function(assert) {
|
||||||
let cache = this.owner.lookup('service:browser-cache');
|
let cache = this.owner.lookup('service:browser-cache');
|
||||||
assert.equal(cache.contributors._config.name, "kredits:rinkeby:contributors");
|
assert.equal(cache.contributors._config.name, "kredits:rsk-testnet:contributors");
|
||||||
assert.equal(cache.contributions._config.name, "kredits:rinkeby:contributions");
|
assert.equal(cache.contributions._config.name, "kredits:rsk-testnet:contributions");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user