github.com/Finschia/ostracon@v1.1.5/privval/test_util_test.go (about) 1 package privval 2 3 import ( 4 "testing" 5 6 "github.com/Finschia/ostracon/crypto" 7 ) 8 9 func TestWithMockKMS(t *testing.T) { 10 dir := t.TempDir() 11 WithMockKMS(t, dir, "test", func(addr string, privKey crypto.PrivKey) {}) 12 }