core: add some comment for TestDesignate_DesignateAsRole

Closes #1472 at last.
This commit is contained in:
Roman Khimov 2022-06-08 23:11:14 +03:00
parent ef50518b83
commit 1b7c8f262b

View file

@ -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)