Skip to content

Commit 3448c50

Browse files
committed
fix test_default_config
1 parent 6cac3bc commit 3448c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mod tests {
7373
fn test_default_config() {
7474
let config = SofosConfig::default();
7575
assert_eq!(config.max_messages, 500);
76-
assert_eq!(config.max_context_tokens, 180_000);
76+
assert_eq!(config.max_context_tokens, 165_000);
7777
assert_eq!(config.max_tool_iterations, 200);
7878
assert_eq!(config.max_file_size, 10 * 1024 * 1024);
7979
assert_eq!(config.max_bash_output, 50 * 1024 * 1024);

0 commit comments

Comments
 (0)