Skip to content

Commit

Permalink
fix typo in apps/remix-ide-e2e/src/tests/dgit_local.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
calciumbe authored and Aniket-Engg committed Dec 23, 2024
1 parent 19b8919 commit 51b1158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/dgit_local.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ async function createCommitOnLocalServer(path: string, message: string) {
});

git.stderr.on('data', function (data) {
console.error('data commiting', data.toString());
console.error('data committing', data.toString());
reject(data.toString());
});

Expand Down

0 comments on commit 51b1158

Please sign in to comment.