From 07b721278341fb59117c8ab234f2b5e1c9247fa6 Mon Sep 17 00:00:00 2001 From: Dmitry Kurmanov Date: Thu, 27 Sep 2018 20:00:05 +0300 Subject: [PATCH] Update index.js --- test/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/store/index.js b/test/store/index.js index 8d5dd5749cf0..bad93b238214 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', () => {