oc-lib/mongo_test.go
2024-07-16 11:05:11 +02:00

10 lines
119 B
Go

package oclib
import (
"fmt"
"testing"
)
func TestMongoInit(T *testing.T){
MongoInit()
fmt.Printf("It worked !")
}