Fix typo error

This commit is contained in:
Anas Elgarhy 2023-02-12 21:38:18 +02:00
parent 5e281169e0
commit 09755d4889
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 1 deletions

View File

@ -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;