Skip to content

Commit 511db5f

Browse files
committed
chore: fix error
1 parent 0769862 commit 511db5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/java/io/getstream/client/ReactionsClientTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ public void delete() throws Exception {
114114
Reaction reply = client.reactions().add("user-id", data, new FeedID("flat", "1")).join();
115115
client.reactions().delete(reply.getId()).join();
116116
}
117-
}
118117

119-
@Test
118+
@Test
120119
public void softDelete() throws Exception {
121120
Client client = Client.builder(apiKey, secret).build();
122121

src/test/java/io/getstream/cloud/CloudReactionsClientTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ public void delete() throws Exception {
9090
Reaction reply = client.reactions().add("user-id", data, new FeedID("flat", "1")).join();
9191
client.reactions().delete(reply.getId()).join();
9292
}
93-
}
9493

95-
@Test
94+
@Test
9695
public void softDelete() throws Exception {
9796
Client client = Client.builder(apiKey, secret).build();
9897

0 commit comments

Comments
 (0)