sort issue tags
This will be useful testing (and general consistency) when tags are files in a directory instead of lines in a file, and thus subject to random directory order.
This commit is contained in:
parent
e1287514f6
commit
7abcf2e446
2 changed files with 4 additions and 3 deletions
|
|
@ -127,9 +127,9 @@ mod tests {
|
|||
.with_timezone(&chrono::Local),
|
||||
done_time: None,
|
||||
tags: Vec::<String>::from([
|
||||
String::from("tag1"),
|
||||
String::from("TAG2"),
|
||||
String::from("i-am-also-a-tag")
|
||||
String::from("i-am-also-a-tag"),
|
||||
String::from("tag1"),
|
||||
]),
|
||||
state: crate::issue::State::New,
|
||||
dependencies: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue