Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RT-1.28: Invert the verification for removal testcase (#3694)
The testcase was waiting for the prefix to exist, but checking for it to NOT exist. It would fail when the prefix hasn't been removed by the time Await() function gets called. The fix is to invert the check and wait for the prefix removal.
- Loading branch information