Skip to content

Commit ff96cf1

Browse files
patricka3125claude
andcommitted
fix test assertion to match 'builtin' wording change
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9568df8 commit ff96cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/commands/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_init_success(self, mock_init_db, runner):
3838

3939
assert result.exit_code == 0
4040
assert "CLI Agent Orchestrator initialized successfully" in result.output
41-
assert "Seeded 2 default skills." in result.output
41+
assert "Seeded 2 builtin skills." in result.output
4242
mock_init_db.assert_called_once()
4343
mock_seed.assert_called_once()
4444

0 commit comments

Comments
 (0)