sirkris / Reddit.NET

A Reddit API library for .NET Standard with OAuth support. Written in C#.
MIT License
508 stars 78 forks source link

RedditTests.ControllerTests.WorkflowTests.SubredditTests.MonitorNewComments only detects the first comment #160

Closed sirkris closed 2 years ago

sirkris commented 2 years ago

Not sure why this one is suddenly failing. The test creates a post a monitors it for new comments, populating them into a dictionary. The test then posts 10 comment replies to that post and waits up to a minute for the monitoring to pick them up.

For whatever reason, it's now only recording the first comment. Needs further debugging. May need to check other tests to make sure comments monitoring itself isn't broken somehow.

sirkris commented 2 years ago

Fix merged into 1.6.