Fix typo error
This commit is contained in:
parent
5e281169e0
commit
09755d4889
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ pub fn process_template_placeholders(template: &String, track: &cmus::Track) ->
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests 4
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::assert_matches::assert_matches;
|
||||
use std::str::FromStr;
|
||||
|
|
Loading…
Reference in a new issue