Skip to content

Commit a04d56b

Browse files
author
John Doe
committed
refactor: fix unit-test
1 parent 2b2400c commit a04d56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/executors/internal/config.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ describe('uploadConfig', () => {
267267
expect(
268268
uploadConfig(baseUploadConfig, {
269269
workspaceRoot: 'workspace-root',
270+
projectName: projectName,
270271
projectConfig: {
271-
name: projectName,
272272
root: 'root',
273273
},
274274
}),

0 commit comments

Comments
 (0)