Created
September 29, 2015 21:11
-
-
Save philals/c6645a7125b123df100d to your computer and use it in GitHub Desktop.
This file contains hidden or 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_PL_report() | |
{ | |
var reports = Api.Reports.ProfitAndLoss(DateTime.Now.AddDays(-50), null, null, Guid.Parse("351953c4-XXXX-4009-88c3-f9cd8c9cbe9f"), null, Guid.Parse("48d69e13-XXXX-47ec-a615-c1a9ff47962a")); | |
Assert.IsNotNull(reports); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment