Skip to content

Commit db73ccf

Browse files
authored
Update WaterJugProblem.test.js
1 parent 50825fa commit db73ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Recursive/test/WaterJugProblem.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const canMeasureWater = require('../Recursive/WaterJugProblem');
1+
const canMeasureWater = require('../Recursive/Water_Jug_Problem');
22

33
describe('Water Jug Problem', () => {
44
test('should return true when target amount is achievable', () => {

0 commit comments

Comments
 (0)