From 1561ed27b366a0d7b459383b8426332a01102d1d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 12 Mar 2018 03:20:48 +0100 Subject: NewName --- newguy_test.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'newguy_test.go') 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) -- cgit v1.2.3