Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix removeDir function in tests. (dgraph-io#1145)
All the usages of removeDir only called the function itself and not the returned func. This change does away with the returned func, so calling removeDir will remove the badger directories during the test.
- Loading branch information