Removed forgotten printf
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
|||||||
func TestGenerateSession(t *testing.T) {
|
func TestGenerateSession(t *testing.T) {
|
||||||
sessionID := GenerateSessionID()
|
sessionID := GenerateSessionID()
|
||||||
|
|
||||||
fmt.Println(sessionID)
|
|
||||||
if matched, _ := regexp.MatchString("^\\d+\\.\\d+$", sessionID); !matched {
|
if matched, _ := regexp.MatchString("^\\d+\\.\\d+$", sessionID); !matched {
|
||||||
t.Errorf("Must match ^\\d+\\.\\d+$, value: '%s'", sessionID)
|
t.Errorf("Must match ^\\d+\\.\\d+$, value: '%s'", sessionID)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user