forked from TrueCloudLab/neoneo-go
core: add some comment for TestDesignate_DesignateAsRole
Closes #1472 at last.
This commit is contained in:
parent
ef50518b83
commit
1b7c8f262b
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"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) {
|
func TestDesignate_DesignateAsRole(t *testing.T) {
|
||||||
bc := newTestChain(t)
|
bc := newTestChain(t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue