summaryrefslogtreecommitdiff
path: root/newguy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'newguy_test.go')
-rw-r--r--newguy_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/newguy_test.go b/newguy_test.go
index 055ea82..6c58d97 100644
--- a/newguy_test.go
+++ b/newguy_test.go
@@ -2,11 +2,6 @@ package main
import "testing"
-func TestGenerateName(t *testing.T) {
- name := GenerateName()
- t.Log(name)
-}
-
func TestNewGuy(t *testing.T) {
g := NewGuy()
t.Logf("%+v", g)