oc-lib/mongo_test.go

10 lines
119 B
Go
Raw Normal View History

2024-07-16 10:56:36 +02:00
package oclib
import (
"fmt"
"testing"
)
func TestMongoInit(T *testing.T){
MongoInit()
fmt.Printf("It worked !")
}