Skip to content

Commit dcd6619

Browse files
committed
remove TODO, doesn't apply anymore (#450)
1 parent 08c50a4 commit dcd6619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git-repository/tests/repository/config.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,9 @@ mod config_section_mut {
243243
repo.config_snapshot_mut().apply_cli_overrides([
244244
"a.b=c",
245245
"remote.origin.url = url",
246-
"implicit.bool-false = ",
247246
"implicit.bool-true",
247+
"implicit.bool-false = ",
248248
])?;
249-
// TODO: fix printing - reversing order of bool-true/false prints wrongly, making round-tripping impossible.
250249

251250
let config = repo.config_snapshot();
252251
assert_eq!(config.string("a.b").expect("present").as_ref(), "c");

0 commit comments

Comments
 (0)