Skip to content

Commit 756fa05

Browse files
committed
improve test
1 parent d879919 commit 756fa05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/router/contexts/route-path-addendum.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ describe('UmbRoutepathAddendum', () => {
103103
});
104104

105105
it('returns late set child addendum', (done) => {
106-
addendumContext.setAddendum('hello/here');
107106
const innerChild = new UmbTestChildElement();
108107
child.appendChild(innerChild);
109108
const childAddendumContext = new UmbRoutePathAddendumContext(innerChild);
@@ -116,6 +115,8 @@ describe('UmbRoutepathAddendum', () => {
116115
});
117116

118117
childAddendumContext.setAddendum('child-specification');
118+
119+
addendumContext.setAddendum('hello/here');
119120
});
120121
});
121122
});

0 commit comments

Comments
 (0)