Skip to content

Commit fb8607f

Browse files
committed
write test for modTemplate in AddChildAsync
1 parent fb89213 commit fb8607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ModerationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ public async Task TestReactionModeration()
9292
Assert.NotNull(c1);
9393

9494
var updatedResponse2 = c1.GetModerationResponse();
95-
Assert.AreEqual("complete", c1.Status);
96-
Assert.AreEqual("remove", c1.RecommendedAction);
95+
Assert.AreEqual("complete", updatedResponse2.Status);
96+
Assert.AreEqual("remove", updatedResponse2.RecommendedAction);
9797
}
9898

9999
[Test]

0 commit comments

Comments
 (0)