Skip to content

Commit

Permalink
Fix error introduced in rebase conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 29, 2020
1 parent 439451e commit 059f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/account_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestAccountBalance_Online_Current(t *testing.T) {

assert.Equal(t, &types.AccountBalanceResponse{
BlockIdentifier: block,
Coins: coins,
Coins: expectedCoins,
Balances: []*types.Amount{
{
Value: "25",
Expand Down

0 comments on commit 059f825

Please sign in to comment.