mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-02 02:19:59 -07:00
update resume support to draft/resume-0.3
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
|
||||
func TestGenerateSecretToken(t *testing.T) {
|
||||
token := GenerateSecretToken()
|
||||
if len(token) < 22 {
|
||||
if len(token) != SecretTokenLength {
|
||||
t.Errorf("bad token: %v", token)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user