Skip to content

Commit 1607562

Browse files
author
github-actions
committed
chore: remove unused code
1 parent 5a534ab commit 1607562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/node/client_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ describe('[INTEGRATION] Stream client (Node)', function () {
707707
remove_from_feeds: [this.user1.id],
708708
}));
709709
return this.client.deleteActivities(activitiesToDelete);
710-
// return this.client.deleteUsers(['sa']);
711710
})
712711
.then(() => this.user1.get({ limit: 2 }))
713712
.then((body) => {

0 commit comments

Comments
 (0)