From 7cd921c74d03c2bfe50a326d97bac947660b1b30 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 19 Sep 2012 18:41:30 +0200 Subject: add basic bootstrap styling --- octopart_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'octopart_test.go') diff --git a/octopart_test.go b/octopart_test.go index 2e0e295..fdbd9b0 100644 --- a/octopart_test.go +++ b/octopart_test.go @@ -43,10 +43,10 @@ func TestGetMarketInfo(t *testing.T) { } func TestAttachInfo(t *testing.T) { - b := makeTestBom() + _, b := makeTestBom() bm := &BomMeta{} oc := NewOctopartClient("") oc.AttachMarketInfo(oc) - DumpBomAsText(bm, b, + DumpBomAsText(bm, b, os.Stdout) } -- cgit v1.2.3