FlightNode / FlightNode.Api

Stand-alone or IIS-integrated service that hosts the FlightNode APIs
MIT License
0 stars 2 forks source link

Some Unit Tests Failing Unless Run Individually #101

Open stephenfuqua opened 6 years ago

stephenfuqua commented 6 years ago

There are around 10 unit tests that fail when you run all tests at once, but succeed when run individually. I may have used a static delegate for mocking, and that delegate isn't being reset properly in between executions. Whether that is the cause or something else, I need to find another way to handle this.