From 158d8e69a441ba94a0cf4d87ffabd16a39814c94 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Thu, 10 Aug 2023 11:08:06 +0300 Subject: [PATCH] vm: update VM json tests path It was changed way back in https://github.com/neo-project/neo-vm/commit/5a11f4b4cad43a78410f070216a000779f838355. Signed-off-by: Anna Shaleva --- pkg/vm/json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {