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:
Anna Shaleva 2023-08-10 11:08:06 +03:00 committed by Anna Shaleva
parent 5b12be2ac7
commit 158d8e69a4

View file

@ -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) {