Removed forgotten printf

This commit is contained in:
claudemiro
2015-05-17 13:16:59 -03:00
parent e2d07e9760
commit 10e6048d11
-1
View File
@@ -13,7 +13,6 @@ import (
func TestGenerateSession(t *testing.T) {
sessionID := GenerateSessionID()
fmt.Println(sessionID)
if matched, _ := regexp.MatchString("^\\d+\\.\\d+$", sessionID); !matched {
t.Errorf("Must match ^\\d+\\.\\d+$, value: '%s'", sessionID)
}