Tests do not use separate database

I am testing with meteortesting:mocha (command: TEST_CLIENT=0 TEST_WATCH=1 meteor test --driver-package meteortesting:mocha) and notice that the test does not use a different database. All queries are performed on the normal ‘meteor’ database. How come? Shouldn’t meteor test command use a separate database?