Closed skmgoldin closed 6 years ago
A few async functions were not being properly awaited. This caused race conditions in the tests. The code under test was correct.
Also in this PR, expectThrow is a blocking function and doesn't need to be awaited. So I removed those awaits.
expectThrow
A few async functions were not being properly awaited. This caused race conditions in the tests. The code under test was correct.