Removed deprecated test

This commit is contained in:
Stefan Martinov 2017-11-09 15:15:17 +01:00
parent 0b2139d051
commit e526c1e0f1

View File

@ -1,7 +0,0 @@
package test_utils
import "testing"
func TestDropAllCollections(t *testing.T) {
DropAllCollections()
}