mirror of
https://github.com/foomo/shop.git
synced 2025-10-16 12:35:39 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package test_utils
|
|
|
|
import "testing"
|
|
|
|
func TestDropAllCollections(t *testing.T) {
|
|
DropAllCollections()
|
|
}
|