diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 01:36:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 01:36:02 +0900 |
| commit | f0d044c400381191373292bd6d2a977517734fa9 (patch) | |
| tree | fe5ef7380e8456c4c42aee079ae8de7838d36a71 /test | |
| parent | Merge pull request #292 from syuilo/greenkeeper/mongodb-2.2.25 (diff) | |
| download | misskey-f0d044c400381191373292bd6d2a977517734fa9.tar.gz misskey-f0d044c400381191373292bd6d2a977517734fa9.tar.bz2 misskey-f0d044c400381191373292bd6d2a977517734fa9.zip | |
[Test] Fix
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.js | 3 |
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); }); |