Skip to content

Commit

Permalink
test: use async write for project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 15, 2023
1 parent c1b063a commit 48d6a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package/packageTest.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ describe('ancestry tests', () => {
]) as { [alias: string]: string };
pjson.set('packageAliases', aliases);
pjson.set('namespace', pvRecords[0].Package2.NamespacePrefix);
pjson.writeSync();
await pjson.write();
});

after(async () => {
Expand Down

0 comments on commit 48d6a35

Please sign in to comment.