Skip to content

Commit

Permalink
test(RunCodeInRemoteEnvironment): fixes import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikro committed Jul 15, 2023
1 parent 68c7633 commit f9d35c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import {
RunCodeInRemoteEnvironment,
RunCodeInRemoteEnvironmentDependencies,
RunCodeInRemoteEnvironmentInput
} from './RunCodeInRemoteEnvironment'
} from '../../../src/core/usecase/RunCodeInRemoteEnvironment'
import {
Environment,
ExecutionResult,
RemoteEnvironment
} from '../provider/RemoteEnvironment'
} from '../../../src/core/provider/RemoteEnvironment'

describe('RunCodeInRemoteEnvironment use case', () => {
const makeSut = () => {
Expand Down

0 comments on commit f9d35c7

Please sign in to comment.