Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix unit test clean context (#313)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - It fixes an issue where the context sometimes needs to be cleared correctly. - It should eliminate any further race conditions in the unit tests. ### Notes <!-- any additional notes for this PR --> Following an investigation on xUnit shared contexts, I found we should use `IDisposable` to clear data between tests. See https://xunit.net/docs/shared-context for reference. --------- Signed-off-by: André Silva <[email protected]>
- Loading branch information