parent
47c7b4b9cc
commit
21dfce2cbb
2 changed files with 25 additions and 3 deletions
|
@ -898,7 +898,8 @@ describe('Endpoints', () => {
|
|||
userId: bob.id,
|
||||
}, alice);
|
||||
|
||||
assert.strictEqual('memo' in res.body, false);
|
||||
// memoには常に文字列かnullが入っている(5cac151)
|
||||
assert.strictEqual(res.body.memo, null);
|
||||
});
|
||||
|
||||
test('メモは個人ごとに独立して保存される', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue