fix: treat credential validation errors as auth errors (#822) (thanks @sebslight)
This commit is contained in:
@@ -34,9 +34,9 @@ describe("telegram update offset store", () => {
|
||||
updateId: 421,
|
||||
});
|
||||
|
||||
expect(
|
||||
await readTelegramUpdateOffset({ accountId: "primary" }),
|
||||
).toBe(421);
|
||||
expect(await readTelegramUpdateOffset({ accountId: "primary" })).toBe(
|
||||
421,
|
||||
);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user