Skip to content

Commit f9d35c7

Browse files
committed
test(RunCodeInRemoteEnvironment): fixes import path
1 parent 68c7633 commit f9d35c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/core/usecase/RunCodeInRemoteEnvironment.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import {
33
RunCodeInRemoteEnvironment,
44
RunCodeInRemoteEnvironmentDependencies,
55
RunCodeInRemoteEnvironmentInput
6-
} from './RunCodeInRemoteEnvironment'
6+
} from '../../../src/core/usecase/RunCodeInRemoteEnvironment'
77
import {
88
Environment,
99
ExecutionResult,
1010
RemoteEnvironment
11-
} from '../provider/RemoteEnvironment'
11+
} from '../../../src/core/provider/RemoteEnvironment'
1212

1313
describe('RunCodeInRemoteEnvironment use case', () => {
1414
const makeSut = () => {

0 commit comments

Comments
 (0)