summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-18 01:36:02 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-18 01:36:02 +0900
commitf0d044c400381191373292bd6d2a977517734fa9 (patch)
treefe5ef7380e8456c4c42aee079ae8de7838d36a71 /test
parentMerge pull request #292 from syuilo/greenkeeper/mongodb-2.2.25 (diff)
downloadmisskey-f0d044c400381191373292bd6d2a977517734fa9.tar.gz
misskey-f0d044c400381191373292bd6d2a977517734fa9.tar.bz2
misskey-f0d044c400381191373292bd6d2a977517734fa9.zip
[Test] Fix
Diffstat (limited to 'test')
-rw-r--r--test/text.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/text.js b/test/text.js
index 288bd569b7..e4c72560f0 100644
--- a/test/text.js
+++ b/test/text.js
@@ -54,8 +54,7 @@ describe('Text', () => {
assert.deepEqual([{
type: 'url',
content: 'https://himasaku.net',
- url: 'https://himasaku.net',
- silent: false
+ url: 'https://himasaku.net'
}], tokens);
});