Skip to content

Commit 637ebad

Browse files
authored
Update ModerationTests.cs
1 parent 48c79be commit 637ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModerationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public async Task TestReactionModeration()
8686

8787
var updatedResponse2 = updatedReaction2.GetModerationResponse();
8888
Assert.AreEqual("complete", updatedResponse2.Status);
89-
Assert.AreEqual("keep", updatedResponse2.RecommendedAction);
89+
Assert.AreEqual("remove", updatedResponse2.RecommendedAction);
9090
}
9191

9292
[Test]

0 commit comments

Comments
 (0)