fix broken template test

This commit is contained in:
Joshua M. Clulow 2021-09-17 21:13:06 -07:00
parent a4f920bd30
commit 9ff59e812d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ mod test {
let out = t.compile();
let want = " let url = format!(\"{}/measure/{}\",\
\n self.baseurl,\
\n number,\
\n progenitor_support::encode_path(&number.to_string()),\
\n );\n";
assert_eq!(want, &out);
Ok(())