You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/inspections/MissingRequiredKeyInspectionTest.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
15
15
16
16
[Service]
17
17
Type=oneshot
18
-
CPUAccounting=true
19
18
20
19
""".trimIndent()
21
20
@@ -41,7 +40,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
41
40
42
41
[Service]
43
42
Type=oneshot
44
-
CPUAccounting=true
45
43
46
44
""".trimIndent()
47
45
@@ -68,7 +66,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
68
66
[Service]
69
67
Type=oneshot
70
68
ExecStart=foo
71
-
CPUAccounting=true
72
69
73
70
""".trimIndent()
74
71
@@ -97,7 +94,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
Copy file name to clipboardExpand all lines: src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/inspections/UnknownKeyInSectionInspectionTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ class UnknownKeyInSectionInspectionTest : AbstractUnitFileTest() {
0 commit comments