Skip to content

Commit

Permalink
test: fix the test to what was actually expected
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 authored Mar 13, 2024
1 parent 3233fe2 commit 56a23dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Declarations.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ from ns::subns import a, b, c
Rel(
ImportDeclaration(
Keyword,
LhsId(QualifiedName(BasicId, BasicId)),
LhsId(QualifiedName(QualifiedNameId(BasicId),QualifiedNameElem)),
Keyword,
Alias(BasicId),
Alias(BasicId),
Expand Down

0 comments on commit 56a23dc

Please sign in to comment.