8000 fix: import name in testcase · TheAlgorithms/JavaScript@0f418b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f418b0

Browse files
committed
fix: import name in testcase
1 parent ed1b831 commit 0f418b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data-Structures/Stack/test/EvaluateExpression.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { evaluateExpression } from '../evaluateExpression.js';
1+
import { evaluateExpression } from '../EvaluateExpression.js';
22

33
describe('evaluateExpression', () => {
44
it('should evaluate a valid expression', () => {

0 commit comments

Comments
 (0)
0