github.com/bitfinexcom/bitfinex-api-go@v0.0.0-20210608095005-9e0b26f200fb/tests/integration/v1/balances_test.go (about) 1 package tests 2 3 /* 4 // This test always fails unless the caller provides a X-BFX-APIKEY. Commented in favor of mocked tests. 5 func TestGetBalances(t *testing.T) { 6 _, err := client.Balances.All() 7 8 if err != nil { 9 t.Fatalf("Balances.All() returned error: %v", err) 10 } 11 } 12 */