mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:23:09 +02:00
fix test
This commit is contained in:
parent
3ebed5aa3e
commit
1966876320
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ describe('アンテナ', () => {
|
||||||
users: [''],
|
users: [''],
|
||||||
withFile: false,
|
withFile: false,
|
||||||
withReplies: false,
|
withReplies: false,
|
||||||
|
localOnly: false,
|
||||||
} as Antenna;
|
} as Antenna;
|
||||||
assert.deepStrictEqual(response, expected);
|
assert.deepStrictEqual(response, expected);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue