test: assert indexed tagline · openclaw/openclaw@187b4a6
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
Commit 187b4a6
test: assert indexed tagline
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,9 @@ describe("pickTagline", () => {
|
15 | 15 | mode: "random", |
16 | 16 | env: { OPENCLAW_TAGLINE_INDEX: "0" } as NodeJS.ProcessEnv, |
17 | 17 | }); |
18 | | -expect(value.length).toBeGreaterThan(0); |
| 18 | +expect(value).toBe( |
| 19 | +"Your terminal just grew claws\u2014type something and let the bot pinch the busywork.", |
| 20 | +); |
19 | 21 | expect(value).not.toBe(DEFAULT_TAGLINE); |
20 | 22 | }); |
21 | 23 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments
Comments
(0)