We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479abea commit 11bfe5bCopy full SHA for 11bfe5b
src/test/java/com/darksci/pardot/api/PardotClientTest.java
@@ -107,7 +107,7 @@ public void accountReadTest() throws IOException {
107
@Test
108
public void userQueryTest() throws IOException {
109
UserQueryRequest userQueryRequest = new UserQueryRequest()
110
- .withIdGreaterThan(10)
+ .withIdGreaterThan(10L)
111
.withLimit(1)
112
.withArchivedUsersOnly(true)
113
.withSortByCreatedAt()
0 commit comments