summaryrefslogtreecommitdiffstats
path: root/spec/spec/text.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/text.js')
-rwxr-xr-xspec/spec/text.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec/text.js b/spec/spec/text.js
index 9574b4c..50f17f4 100755
--- a/spec/spec/text.js
+++ b/spec/spec/text.js
@@ -104,7 +104,7 @@ describe('Text', function() {
describe('translate()', function() {
it('sets 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('matrix(1,0,0,1,12,12)')
})
})