1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 13:37:29 -06:00

[Test] Fix

This commit is contained in:
syuilo 2017-03-18 01:36:02 +09:00
parent 74b2f25e3d
commit f0d044c400

View file

@ -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);
});