Skip to content

Commit

Permalink
test: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jul 1, 2024
1 parent 5045715 commit 906b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/forum.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'chai';

import { getForumReport } from '../../src/api/forum.js';
import { getForumReport } from '../../src/core/api/forum.js';

import { createServer } from '../helper.js';

Expand Down

0 comments on commit 906b170

Please sign in to comment.