lint & fix tests

This commit is contained in:
Michael C
2021-07-05 03:14:05 -04:00
parent d29c9613b9
commit d5204e9813
7 changed files with 14 additions and 12 deletions

View File

@@ -165,7 +165,7 @@ describe('getUserInfo', () => {
const data = await res.json();
for (const value in data) {
if (data[value] === null && value !== "lastSegmentID") {
done(`returned null for ${value}`)
done(`returned null for ${value}`);
}
}
done(); // pass