Skip to content

Commit 83bb339

Browse files
committed
[INTERNAL] generateProjectGraph: Fix tests
1 parent a555c9b commit 83bb339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/generateProjectGraph.usingObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,6 @@ test("rootConfig", async (t) => {
16491649
rootConfigPath: "ui5-test-configPath.yaml"
16501650
});
16511651
t.deepEqual(projectGraph.getRoot().getCustomConfiguration(), {
1652-
rootConfigPathTest: true
1652+
configPathTest: true
16531653
});
16541654
});

0 commit comments

Comments
 (0)