From 0fccdf33ece9e7f92e485b07fff44feeafa5b369 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sun, 30 Aug 2020 22:33:05 +0200 Subject: [PATCH] Update test --- test/specs/style_manager/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/style_manager/index.js b/test/specs/style_manager/index.js index ec9d71d74..03917d00f 100644 --- a/test/specs/style_manager/index.js +++ b/test/specs/style_manager/index.js @@ -113,7 +113,7 @@ describe('StyleManager', () => { { property: 'test-prop' }, { property: 'test-prop' } ]); - expect(obj.getProperty('test', 'test-prop').length).toEqual(1); + expect(obj.getProperty('test', 'test-prop')).toBeTruthy(); }); test('Get inexistent properties', () => {