Skip to content

Commit

Permalink
Fixes issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosn committed Sep 2, 2014
1 parent 1fd8f9c commit fff3ee8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions balance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ func TestBalanceGet(t *testing.T) {
t.Errorf("Pending array is not set\n")
}

if target.Available[0].Value == 0 {
t.Errorf("Avaialble amount is not set\n")
}

if len(target.Available[0].Currency) == 0 {
t.Errorf("Available currency is not set\n")
}

if target.Pending[0].Value == 0 {
t.Errorf("Pending amount is not set\n")
}

if len(target.Pending[0].Currency) == 0 {
t.Errorf("Pending currency is not set\n")
}
Expand Down

0 comments on commit fff3ee8

Please sign in to comment.