Remove: redundant code in unit test

This commit is contained in:
kayos@tcp.direct 2021-12-04 22:17:49 -08:00
parent 780c568821
commit 2357b61def

@ -105,9 +105,6 @@ func Test_sendkeys(t *testing.T) {
} }
func testsend(t *testing.T, k *KBWrap, teststr string, ret chan string) { func testsend(t *testing.T, k *KBWrap, teststr string, ret chan string) {
keys := k.strToKeys(teststr)
k.set(keys...)
var ( var (
count = 0 count = 0