Skip to content

Commit

Permalink
fix(tests): remove ID assignments for inner nodes in test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 29, 2023
1 parent dbac736 commit e38ff9e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ describe("Unit Tests (Jest)", () => {
undefined,
profileOne
);
infoChild.id = "root.Use the search button to display data sets";
rootNode.contextValue = globals.DS_SESSION_CONTEXT;
rootNode.dirty = false;
await expect(await rootNode.getChildren()).toEqual([infoChild]);
Expand All @@ -259,7 +258,6 @@ describe("Unit Tests (Jest)", () => {
undefined,
profileOne
);
infoChild.id = "root.Use the search button to display data sets";
rootNode.contextValue = globals.DS_SESSION_CONTEXT;
await expect(await rootNode.getChildren()).toEqual([infoChild]);
});
Expand Down

0 comments on commit e38ff9e

Please sign in to comment.