Skip to content

Commit

Permalink
test case updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Nov 15, 2024
1 parent 4f13659 commit 17f8385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function run(richieName: richies): Promise<void> {
const testfile = testRecords[richieName].testfile;
const destinationFile = testRecords[richieName].destFile;

return richie(richieName, testfile, destinationFile);
return richie([richieName], testfile, destinationFile);
}

function runAll(): Promise<string> {
Expand Down

0 comments on commit 17f8385

Please sign in to comment.