aboutsummaryrefslogtreecommitdiffstats
path: root/octopart_test.go
diff options
context:
space:
mode:
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)
}