Skip to content

Commit 7bf375f

Browse files
committed
Add a TODO.
1 parent 1dee73b commit 7bf375f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers/daemon.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ impl Daemon {
9595
let config = MpdConfig::new(&temp_dir);
9696
config.generate();
9797

98+
// TODO: Factor out putting files in the music directory.
9899
File::create(config.music_directory.join("empty.flac"))
99100
.unwrap()
100101
.write_all(EMPTY_FLAC_BYTES)

0 commit comments

Comments
 (0)