diff --git a/test/store/index.js b/test/store/index.js index 8d5dd5749c..bad93b2382 100644 --- a/test/store/index.js +++ b/test/store/index.js @@ -118,7 +118,7 @@ describe('store', () => { assert.throws(() => { store.set({ bar: 'whatever' }); - }, /'bar' is a read-only property/); + }, /'bar' is a read-only computed property/); }); it('allows multiple dependents to depend on the same computed property', () => {