summaryrefslogtreecommitdiff
path: root/newguy_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-12 14:34:34 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-12 14:34:34 +0200
commit8912fec468336600b32fc9ba7c2532b8c78e640f (patch)
treee936bd90f926e9263027b040a4c4c8b966141b97 /newguy_test.go
parent14a6aa4c488bcd2d49103cbee1424b2769d77ce0 (diff)
wip
Diffstat (limited to 'newguy_test.go')
-rw-r--r--newguy_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/newguy_test.go b/newguy_test.go
index 585f7a0..055ea82 100644
--- a/newguy_test.go
+++ b/newguy_test.go
@@ -10,4 +10,8 @@ func TestGenerateName(t *testing.T) {
func TestNewGuy(t *testing.T) {
g := NewGuy()
t.Logf("%+v", g)
+
+ for q := range g.queue {
+ t.Log(q)
+ }
}