mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
remove dbg!(..)
This commit is contained in:
parent
636862f8c5
commit
c63a21797a
2 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ mod test {
|
|||
assert!(w.into_string().starts_with("Set configuration value "));
|
||||
|
||||
let updated_toml = fs::read_to_string(cfg_file.clone()).unwrap();
|
||||
dbg!(&updated_toml);
|
||||
assert_eq!(
|
||||
updated_toml,
|
||||
"# store data everywhere\ndata_dir = \"/somewhere\"\n"
|
||||
|
|
|
@ -380,7 +380,6 @@ mod test {
|
|||
.drain(..)
|
||||
.collect(),
|
||||
);
|
||||
dbg!(&task);
|
||||
|
||||
assert!(!task.is_waiting());
|
||||
assert_eq!(task.get_wait(), Some(ts));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue