mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 22:04:45 +00:00
test: tighten activation planner assertion
This commit is contained in:
@@ -210,7 +210,11 @@ describe("activation planner", () => {
|
||||
command: "demo-tools",
|
||||
},
|
||||
}),
|
||||
).toMatchObject({
|
||||
).toEqual({
|
||||
trigger: {
|
||||
kind: "command",
|
||||
command: "demo-tools",
|
||||
},
|
||||
pluginIds: ["demo-channel"],
|
||||
entries: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user