Skip to content

Commit 941a2bf

Browse files
test(statusline): drop stale gauge-symbol assert in missing-context test (#2756)
1 parent 4cfc8e6 commit 941a2bf

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/integration_tests/statusline.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,6 @@ fn test_statusline_claude_code_missing_context_window(repo: TestRepo) {
268268

269269
let output = run_statusline(&repo, &["--format=claude-code"], Some(&json));
270270
claude_code_snapshot_settings().bind(|| {
271-
// No gauge symbol (○◔◑◕●) should appear
272-
assert!(
273-
!output.contains('○')
274-
&& !output.contains('◔')
275-
&& !output.contains('◑')
276-
&& !output.contains('◕')
277-
&& !output.contains('●'),
278-
"No gauge should appear when context_window is missing: {output}"
279-
);
280271
assert_snapshot!(output, @"[PATH] main ^| | Opus");
281272
});
282273
}

0 commit comments

Comments
 (0)