Skip to content

Commit

Permalink
Update main.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez committed Oct 30, 2024
1 parent 1ea3008 commit 81d9913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Test main functions and input parameters
*/

const Client = require('../lib/client/Client');
const Client = require('../lib/client/client.js');
const fs = require('fs');
const {expect, describe, test} = require("@jest/globals");
const assert = require("assert");
Expand Down

0 comments on commit 81d9913

Please sign in to comment.