Skip to content
  • Sponsor TheAlgorithms/JavaScript

  • Notifications You must be signed in to change notification settings
  • Fork 5.7k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7ed8dc

Browse files
authoredOct 24, 2024··
Update WaterJugProblem.test.js
1 parent 77c1aaa commit a7ed8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Recursive/test/WaterJugProblem.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const canMeasureWater = require('../Recursive/Water_jug_Problem');
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)
Please sign in to comment.