Skip to content

Commit 615a57b

Browse files
Test Userclaude
andcommitted
style(types): cargo fmt method chain in test_context_rot_zero_budget
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40ee043 commit 615a57b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/terraphim_types/src

crates/terraphim_types/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,8 +3531,8 @@ mod tests {
35313531

35323532
#[test]
35333533
fn test_context_rot_zero_budget_is_critical() {
3534-
let conv = Conversation::new("test".to_string(), RoleName::new("engineer"))
3535-
.with_token_budget(0);
3534+
let conv =
3535+
Conversation::new("test".to_string(), RoleName::new("engineer")).with_token_budget(0);
35363536
assert_eq!(conv.check_rot(), Some(RotStatus::Critical));
35373537
}
35383538

0 commit comments

Comments
 (0)