Skip to content

Commit 7926ce7

Browse files
committed
Update AccountingApiReportsTest.java
1 parent d32979a commit 7926ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/xero/api/client/AccountingApiReportsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void getReportAgedReceivablesByContactTest() throws IOException {
159159
@Test
160160
public void getReportBalanceSheetTest() throws IOException {
161161
System.out.println("@Test - getReportBalanceSheet");
162-
String date = null;
162+
LocalDate date = null;
163163
Integer periods = null;
164164
String timeframe = null;
165165
String trackingOptionID1 = null;

0 commit comments

Comments
 (0)