sirkris / Reddit.NET

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

RedditTests.ModelTests.WorkflowTests.MultisTests.CreateAndDestroy assertion fails #156

Closed sirkris closed 2 years ago

sirkris commented 2 years ago

It looks like the Reddit API made a minor change that strips the trailing slash from the end of the returned multi URL. Updating the assertion statement in the test should resolve this.

sirkris commented 2 years ago

This test will also return a 409 Conflict after a previous failed run. This is because it created the multi but didn't destroy it, so trying to create it again causes the API to reject it. I'll add a sanity check to fix this, as well.

sirkris commented 2 years ago

Merged into 1.6.