Docs: swap to obviously fake phone numbers
This commit is contained in:
@@ -56,7 +56,7 @@ describe("sessionsCommand", () => {
|
||||
|
||||
it("renders a tabular view with token percentages", async () => {
|
||||
const store = writeStore({
|
||||
"+15551234567": {
|
||||
"+15555550123": {
|
||||
sessionId: "abc123",
|
||||
updatedAt: Date.now() - 45 * 60_000,
|
||||
inputTokens: 1200,
|
||||
@@ -73,7 +73,7 @@ describe("sessionsCommand", () => {
|
||||
const tableHeader = logs.find((line) => line.includes("Tokens (ctx %"));
|
||||
expect(tableHeader).toBeTruthy();
|
||||
|
||||
const row = logs.find((line) => line.includes("+15551234567")) ?? "";
|
||||
const row = logs.find((line) => line.includes("+15555550123")) ?? "";
|
||||
expect(row).toContain("2.0k/32k (6%)");
|
||||
expect(row).toContain("45m ago");
|
||||
expect(row).toContain("pi:opus");
|
||||
|
||||
Reference in New Issue
Block a user