core: move native invocation tests into native

This commit is contained in:
Roman Khimov 2022-06-08 22:25:50 +03:00
parent 2086bca303
commit 8057c096c6

View file

@ -1,8 +1,9 @@
package core_test
package native_test
import (
"encoding/json"
"fmt"
"path/filepath"
"strings"
"testing"
@ -22,6 +23,8 @@ import (
"github.com/stretchr/testify/require"
)
var pathToInternalContracts = filepath.Join("..", "..", "..", "internal", "contracts")
func TestNativeContract_Invoke(t *testing.T) {
const (
transferCPUFee = 1 << 17