Skip to content

Commit

Permalink
Merge pull request #485 from kellyselden/fix_deprecation
Browse files Browse the repository at this point in the history
fix deprecation
  • Loading branch information
kellyselden committed Oct 31, 2023
2 parents fca487a + d48987d commit cf16973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ D removed-unchanged.txt

project.baseDir = rootDir;

project.writeSync();
await project.write();

await commit({ m: 'local', cwd: rootDir });

Expand Down

0 comments on commit cf16973

Please sign in to comment.