package cypher_test import ( "testing" "git.wecise.com/wecise/odbserver/test/unit/mql/cypher" ) func TestCypher(t *testing.T) { cypher.CypherTest(t) }