package ckeys_test import ( "testing" "git.wecise.com/wecise/odbserver/test/unit/mql/ckeys" ) func TestConcat2(t *testing.T) { ckeys.Concat2Test(t) }