Skip to content

Commit 2150338

Browse files
committed
it
1 parent f57ee05 commit 2150338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/toolkit/jetbrains-rider/it/software/aws/toolkits/jetbrains/services/lambda/dotnet/DotnetLocalLambdaRunConfigurationIntegrationTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class DotnetLocalLambdaRunConfigurationIntegrationTestBase(private val
5656
PropertiesComponent.getInstance().setValue("debugger.immediate.window.in.watches", initialImmediateWindow)
5757
}
5858

59-
override fun getSolutionDirectoryName(): String = "testData/solutions/$solutionName"
59+
override fun solutionDirectoryName(): String = "testData/solutions/$solutionName"
6060

6161
// broken
6262
@Test(enabled = false)
@@ -152,7 +152,7 @@ abstract class DotnetLocalLambdaImageRunConfigurationIntegrationTestBase(private
152152
removeAllBreakpoints(project)
153153
}
154154

155-
override fun getSolutionDirectoryName(): String = "testData/solutions/$solutionName"
155+
override fun solutionDirectoryName(): String = "testData/solutions/$solutionName"
156156

157157
@Test
158158
fun samIsExecutedImage() {

0 commit comments

Comments
 (0)