Skip to content

Instantly share code, notes, and snippets.

@philals
Created October 13, 2015 19:24
Show Gist options
  • Save philals/9317af271faae7be4989 to your computer and use it in GitHub Desktop.
Save philals/9317af271faae7be4989 to your computer and use it in GitHub Desktop.
[Test]
public void find_all_accounts()
{
var accounts = Api.Accounts.Find();
Assert.True(accounts.Count() > 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment