Skip to content

Commit 11bfe5b

Browse files
author
stephen powis
committed
fix test
1 parent 479abea commit 11bfe5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/darksci/pardot/api/PardotClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void accountReadTest() throws IOException {
107107
@Test
108108
public void userQueryTest() throws IOException {
109109
UserQueryRequest userQueryRequest = new UserQueryRequest()
110-
.withIdGreaterThan(10)
110+
.withIdGreaterThan(10L)
111111
.withLimit(1)
112112
.withArchivedUsersOnly(true)
113113
.withSortByCreatedAt()

0 commit comments

Comments
 (0)