Skip to content

Commit 67b1ba1

Browse files
committed
Fix test syntax
1 parent 30f38a1 commit 67b1ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/intercom/api/integration/ConversationsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ public void testRunAssignmentRules() {
233233
}
234234

235235
@Test
236-
@Disabled("API spec defines snoozedUntil as integer, but timestamps beyond 2038 overflow int. "
237-
+ "Skipping until spec is updated to use long for Unix timestamps.")
238236
public void testSnooze() {
239237
// act
240238
Conversation response = client.conversations()
@@ -342,6 +340,8 @@ public void testClose() {
342340
}
343341

344342
@Test
343+
@Disabled("API spec defines snoozedUntil as integer, but timestamps beyond 2038 overflow int. "
344+
+ "Skipping until spec is updated to use long for Unix timestamps.")
345345
public void testSearch() {
346346
// act
347347
List<SingleFilterSearchRequest> value = new ArrayList<>();

0 commit comments

Comments
 (0)