aboutsummaryrefslogtreecommitdiffstats
path: root/octopart_test.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-19 18:41:30 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-19 18:41:30 +0200
commit7cd921c74d03c2bfe50a326d97bac947660b1b30 (patch)
tree78561ca1fcc0069bdc955dda564dbf0cebb81e00 /octopart_test.go
parentcc783ca52451587a471d109c9d0229c3c21c29b8 (diff)
downloadbommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.tar.gz
bommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.zip
add basic bootstrap styling
Diffstat (limited to 'octopart_test.go')
-rw-r--r--octopart_test.go4
1 files changed, 2 insertions, 2 deletions
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)
}