Skip to content

Commit cc8bebb

Browse files
GiggleLiuclaude
andcommitted
fix: update inspect test to match "Size fields:" output format
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ece1aa6 commit cc8bebb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

problemreductions-cli/tests/cli_tests.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,10 @@ fn test_inspect_problem() {
19371937
stdout.contains("Type: MaximumIndependentSet"),
19381938
"expected 'Type: MaximumIndependentSet', got: {stdout}"
19391939
);
1940-
assert!(stdout.contains("Size:"), "expected 'Size:', got: {stdout}");
1940+
assert!(
1941+
stdout.contains("Size fields:"),
1942+
"expected 'Size fields:', got: {stdout}"
1943+
);
19411944
assert!(
19421945
stdout.contains("Variables:"),
19431946
"expected 'Variables:', got: {stdout}"

0 commit comments

Comments
 (0)