Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 8, 2024
1 parent 154fcd0 commit 52cf24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/services/code-runner.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { coderunner } = require("../../../src/infra/services/code-runner");
const { LANGUAGE } = require("../../../src/common/language");
const { LANGUAGE } = require("../../../src/application/language");

const mockCoderunnerContainerUrl = "http://localhost:8080";
const mockCoderunnerFunction = "CodeRunnerFunction";
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/use-cases/solution.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { LANGUAGE } = require("../../../src/common/language");
const { LANGUAGE } = require("../../../src/application/language");
const { challengeSolution } = require("../../../src/use-cases/solution");

const mockRun = jest.fn();
Expand Down

0 comments on commit 52cf24e

Please sign in to comment.