libtest: remove unnecessary to_string()
calls
This commit is contained in:
parent
00c7786690
commit
66f52f4c9b
1 changed files with 1 additions and 1 deletions
|
@ -1560,7 +1560,7 @@ mod tests {
|
|||
|
||||
assert_eq!(filtered.len(), 1);
|
||||
assert_eq!(filtered[0].desc.name.to_string(),
|
||||
"1".to_string());
|
||||
"1");
|
||||
assert!(filtered[0].desc.ignore == false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue