summaryrefslogtreecommitdiff
path: root/newguy_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-03-12 03:20:48 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-03-12 03:20:48 +0100
commit1561ed27b366a0d7b459383b8426332a01102d1d (patch)
tree1419b206b159ab3b984399bdf20ac47585f1b2ec /newguy_test.go
parente532c47753c112f8168de7354d255efb95f1f0b8 (diff)
NewName
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)