From 57ab640221a2864bea5b2e68a8540e8a064b5af4 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 31 Jan 2019 15:10:27 +0900
Subject: [PATCH] Fix typo

---
 test/mfm.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/mfm.ts b/test/mfm.ts
index 9f95d93b53..eb4a97a812 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -283,12 +283,12 @@ describe('MFM', () => {
 					tree('spin', [
 						leaf('emoji', { name: 'foo' })
 					], {
-						attr: 'left'
+						attr: null
 					}),
 					tree('spin', [
 						leaf('emoji', { name: 'foo' })
 					], {
-						attr: 'left'
+						attr: null
 					}),
 				]);
 			});