We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbaeae commit 91cf7b2Copy full SHA for 91cf7b2
src/test/kotlin/org/domaframework/doma/intellij/formatter/SqlFormatterTest.kt
@@ -28,13 +28,13 @@ class SqlFormatterTest : BasePlatformTestCase() {
28
29
override fun setUp() {
30
super.setUp()
31
- val settings = DomaToolsFormatEnableSettings.getInstance()
+ val settings = DomaToolsFormatEnableSettings.getInstance(myFixture.project)
32
settings.state.isEnableSqlFormat = true
33
}
34
35
override fun tearDown() {
36
try {
37
38
settings.state.isEnableSqlFormat = false
39
} finally {
40
super.tearDown()
0 commit comments