From 1b7c8f262b67cd8b0ec361ac166f0e0bdc165f59 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 8 Jun 2022 23:11:14 +0300 Subject: [PATCH] core: add some comment for TestDesignate_DesignateAsRole Closes #1472 at last. --- pkg/core/native_designate_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/core/native_designate_test.go b/pkg/core/native_designate_test.go index 3dd68f05f..533127859 100644 --- a/pkg/core/native_designate_test.go +++ b/pkg/core/native_designate_test.go @@ -15,6 +15,9 @@ import ( "github.com/stretchr/testify/require" ) +// Technically this test belongs to the native package, but it's so deeply tied to +// the core internals that it needs to be rewritten to be moved. So let it be +// there just to remind us about the imperfect world we live in. func TestDesignate_DesignateAsRole(t *testing.T) { bc := newTestChain(t)