summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-31 15:10:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-31 15:10:27 +0900
commit57ab640221a2864bea5b2e68a8540e8a064b5af4 (patch)
tree2104dcccf2590b3f4a4642e4e5b632de1026d4cb /test
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.tar.gz
sharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.tar.bz2
sharkey-57ab640221a2864bea5b2e68a8540e8a064b5af4.zip
Fix typo
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts4
1 files 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
}),
]);
});