Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed May 6, 2015
1 parent 81782bd commit 1c8a768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions btcwallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ import (
)

func TestnewBtcwalletArgs(t *testing.T) {
btcdArgs, err := newBtcdArgs("node")
args, err := newBtcwalletArgs(18554, btcdArgs)
defer btcdArgs.Cleanup()
args, err := newBtcwalletArgs(18554)
defer args.Cleanup()
if err != nil {
t.Errorf("newBtcwalletArgs error: %v", err)
Expand Down

0 comments on commit 1c8a768

Please sign in to comment.