7 lines
82 B
Go
7 lines
82 B
Go
package neo4j
|
|
|
|
import "testing"
|
|
|
|
func TestDoConnect(t *testing.T){
|
|
doConnect()
|
|
} |