diff --git a/pkg/vm/json_test.go b/pkg/vm/json_test.go index 8df690145..1f80451f7 100644 --- a/pkg/vm/json_test.go +++ b/pkg/vm/json_test.go @@ -91,7 +91,7 @@ const ( typeString vmUTStackItemType = "string" 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) {