forked from TrueCloudLab/neoneo-go
vm: update VM json tests path
It was changed way back in 5a11f4b4ca
.
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
5b12be2ac7
commit
158d8e69a4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const (
|
||||||
typeString vmUTStackItemType = "string"
|
typeString vmUTStackItemType = "string"
|
||||||
typeStruct vmUTStackItemType = "struct"
|
typeStruct vmUTStackItemType = "struct"
|
||||||
|
|
||||||
testsDir = "testdata/neo-vm/tests/neo-vm.Tests/Tests/"
|
testsDir = "testdata/neo-vm/tests/Neo.VM.Tests/Tests/"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestUT(t *testing.T) {
|
func TestUT(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue