Skip to content

Commit 1856d4b

Browse files
phernandezclaude
andcommitted
fix: update test_project_info assertions for dashboard format
The htop-inspired dashboard (3004d0d) changed the project info output from "Basic Memory Project Info" / "Statistics" to project name title with "Knowledge Graph" section. Update test assertions to match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 7341348 commit 1856d4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test-int/cli/test_project_commands_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ def test_project_info(app, app_config, test_project, config_manager):
3333
print(f"STDOUT: {result.stdout}")
3434
print(f"STDERR: {result.stderr}")
3535
assert result.exit_code == 0
36-
assert "Basic Memory Project Info" in result.stdout
3736
assert "test-project" in result.stdout
38-
assert "Statistics" in result.stdout
37+
assert "Knowledge Graph" in result.stdout
3938

4039

4140
def test_project_info_json(app, app_config, test_project, config_manager):

0 commit comments

Comments
 (0)