Skip to content

Commit

Permalink
fix test: static type now contains the qualified identifier, not the …
Browse files Browse the repository at this point in the history
…type ID
  • Loading branch information
turbolent committed Dec 15, 2020
1 parent 17fb8ea commit d80e173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tests/interpreter/metatype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
},
Expand Down

0 comments on commit d80e173

Please sign in to comment.