diff --git a/runtime/tests/interpreter/metatype_test.go b/runtime/tests/interpreter/metatype_test.go index 40b36fdc59..9d7b428089 100644 --- a/runtime/tests/interpreter/metatype_test.go +++ b/runtime/tests/interpreter/metatype_test.go @@ -423,8 +423,8 @@ func TestInterpretGetType(t *testing.T) { `, result: interpreter.TypeValue{ Type: interpreter.CompositeStaticType{ - Location: utils.TestLocation, - TypeID: "S.test.R", + Location: utils.TestLocation, + QualifiedIdentifier: "R", }, }, },