Skip to content

Commit

Permalink
fixed some error regarding the path
Browse files Browse the repository at this point in the history
  • Loading branch information
mapcrafter2048 committed Oct 4, 2024
1 parent e78ee7f commit 6f24a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maths/test/RungaKutta.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { rungeKuttaStep, rungeKuttaFull } from '../RungeKuttaMethod';
import { rungeKuttaStep, rungeKuttaFull } from '../RungaKutta';

describe('rungeKuttaStep', () => {
it('should calculate the next y value correctly for trigonometric function', () => {
Expand Down

0 comments on commit 6f24a12

Please sign in to comment.