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