added null warningReason

This commit is contained in:
Michael C
2021-07-18 02:39:37 -04:00
parent fdb88dd401
commit 2075ed46e1

View File

@@ -61,7 +61,8 @@ describe('getUserInfo', () => {
reputation: -2,
lastSegmentID: "uuid000005",
vip: false,
warnings: 0
warnings: 0,
warningReason: ""
};
const data = await res.json();
assert.deepStrictEqual(data, expected);