mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:28:26 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -37,9 +37,9 @@ describe("probeLineBot", () => {
|
||||
|
||||
it("returns bot info when available", async () => {
|
||||
getBotInfoMock.mockResolvedValue({
|
||||
displayName: "Moltbot",
|
||||
displayName: "OpenClaw",
|
||||
userId: "U123",
|
||||
basicId: "@moltbot",
|
||||
basicId: "@openclaw",
|
||||
pictureUrl: "https://example.com/bot.png",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user