Compare commits
No commits in common. "55fcd8283485f1e0a245b95912960b56ec928ea4" and "c3602912093e3a24948a870ed47653dfb703d96d" have entirely different histories.
55fcd82834
...
c360291209
1 changed files with 0 additions and 8 deletions
|
@ -80,14 +80,6 @@ func TestParseExpirationInvalidRedundant(t *testing.T) { // test ParseExpiration
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestParseExpirationInvalidTooHigh(t *testing.T) { // test ParseExpirationFull with all valid separator
|
|
||||||
_, got := utils.ParseExpiration("2d1h3m130s")
|
|
||||||
want := &utils.ParseExpirationError{}
|
|
||||||
if !errors.As(got, &want) {
|
|
||||||
t.Fatal("Error in ParseExpirationFull, want : ", want, "got : ", got)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestValidKey(t *testing.T) { // test ValidKey with a valid key
|
func TestValidKey(t *testing.T) { // test ValidKey with a valid key
|
||||||
got := utils.ValidKey("ab_a-C42")
|
got := utils.ValidKey("ab_a-C42")
|
||||||
want := true
|
want := true
|
||||||
|
|
Loading…
Reference in a new issue