diff --git a/__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts b/__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts index ddb5be4..99ccb2d 100644 --- a/__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts +++ b/__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts @@ -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 = () => {