test(backend): catching up with #10516 (#10624)

This commit is contained in:
Nanashia 2023-04-14 01:10:36 +09:00 committed by GitHub
parent 47c7b4b9cc
commit 21dfce2cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 3 deletions

View file

@ -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 () => {