Adapt test for rsk storage namespace

This commit is contained in:
Râu Cao
2022-11-11 16:38:39 +01:00
parent 1f2dd9d198
commit afbce03a4a
+2 -2
View File
@@ -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");
}); });
}); });