Add TODOs to tests

This commit is contained in:
Slavomir 2021-07-09 18:45:20 +02:00
parent 0952b02f6f
commit 36a0805cfe
1 changed files with 24 additions and 0 deletions

View File

@ -2184,3 +2184,27 @@ func TestClient_RequestAirdrop(t *testing.T) {
assert.Equal(t, expected, got, "both deserialized values must be equal")
}
func TestClient_GetStakeActivation(t *testing.T) {
// TODO
}
func TestClient_GetTokenAccountBalance(t *testing.T) {
// TODO
}
func TestClient_GetTokenAccountsByDelegate(t *testing.T) {
// TODO
}
func TestClient_GetTokenAccountsByOwner(t *testing.T) {
// TODO
}
func TestClient_SendTransaction(t *testing.T) {
// TODO
}
func TestClient_SimulateTransaction(t *testing.T) {
// TODO
}