mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Set up Github Actions (#1)
This commit is contained in:
parent
51d60037fb
commit
37556df3b7
5 changed files with 129 additions and 3 deletions
|
@ -166,7 +166,7 @@ mod duration {
|
|||
|
||||
#[test]
|
||||
fn test_parse_fail() {
|
||||
let tests = ["", "1w", "-1W", "1"];
|
||||
let tests = ["", "-1W", "1"];
|
||||
for input in &tests {
|
||||
assert!(
|
||||
parse_duration_string(input).is_err(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue