tlv+watchtower: move bench test

The benchmark tests import both the tlv and watchtower packages. To make
it possible to extract the tlv package into its own submodule, this test
is better located in the watchtower package.
This commit is contained in:
Oliver Gugger
2022-02-21 13:43:09 +01:00
parent 3ed8b90c21
commit 67f5957c5e

View File

@@ -1,4 +1,4 @@
package tlv_test
package watchtower_test
import (
"bytes"