Created
October 13, 2015 19:24
-
-
Save philals/9317af271faae7be4989 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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