github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/istorage/mem/impl_test.go (about) 1 /* 2 * Copyright (c) 2021-present unTill Pro, Ltd. 3 */ 4 5 package mem 6 7 import ( 8 "testing" 9 10 "github.com/voedger/voedger/pkg/istorage" 11 ) 12 13 func TestMemTCK(t *testing.T) { 14 istorage.TechnologyCompatibilityKit(t, Provide()) 15 }