Skip to content

Commit

Permalink
Update 13_factorial/factorial.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: MaoShizhong <[email protected]>
  • Loading branch information
NikitaRevenco and MaoShizhong authored Mar 24, 2024
1 parent 54dd2ce commit 8b2ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13_factorial/factorial.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const factorial = require("./factorial-solution");
const factorial = require("./factorial");

describe('factorial', () => {
test('4th factorial number is 24', () => {
Expand Down

0 comments on commit 8b2ed42

Please sign in to comment.