diff options
Diffstat (limited to 'spec/spec/text.js')
-rw-r--r-- | spec/spec/text.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/text.js b/spec/spec/text.js index 18acec6..5ec9640 100644 --- a/spec/spec/text.js +++ b/spec/spec/text.js @@ -106,7 +106,7 @@ describe('Text', function() { describe('translate()', function() { it('should set the translation of an element', function() { text.transform({ x: 12, y: 12 }) - expect(text.node.getAttribute('transform')).toBe('translate(12,12)') + expect(text.node.getAttribute('transform')).toBe('translate(12 12)') }) }) |