package test_utils import "testing" func TestDropAllCollections(t *testing.T) { DropAllCollections() }