Skip to content

Commit f72d75c

Browse files
ilnaragauduchinok
authored andcommitted
test [Rider]: rename RiderTestEnvironment and related classes
GitOrigin-RevId: d13c5c894fde5507ee3322d0119b8b06ff5ca54d
1 parent cfbe314 commit f72d75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ abstract class FantomasDotnetToolTestBase : EditorTestBase() {
9191

9292
withDotnetToolsUpdate {
9393
runProcessWaitForExit(
94-
testTools(testEnvironment).build.dotNetSdk[testMethod.settings.sdk].dotnetExecutable.toPath(),
94+
testTools(executionTarget).build.dotNetSdk[testMethod.settings.sdk].dotnetExecutable.toPath(),
9595
listOf("tool", "install", "fantomas-tool", "-g", "--version", globalVersion),
9696
env
9797
)

0 commit comments

Comments
 (0)