From ebf11bc2f18cafb0fc9e9fea85c76e65c3f2cc39 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 14 Apr 2023 14:55:41 +0200 Subject: [PATCH] itest: move lnd_custom_{message => message_test}.go This recently added file didn't follow the golang naming convention for tests. --- itest/{lnd_custom_message.go => lnd_custom_message_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename itest/{lnd_custom_message.go => lnd_custom_message_test.go} (100%) diff --git a/itest/lnd_custom_message.go b/itest/lnd_custom_message_test.go similarity index 100% rename from itest/lnd_custom_message.go rename to itest/lnd_custom_message_test.go