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
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
15
15
16
16
[Service]
17
17
Type=oneshot
18
-
CPUAccounting=true
19
-
20
18
""".trimIndent()
21
19
22
20
// Exercise SUT
@@ -41,8 +39,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
41
39
42
40
[Service]
43
41
Type=oneshot
44
-
CPUAccounting=true
45
-
46
42
""".trimIndent()
47
43
48
44
// Exercise SUT
@@ -68,8 +64,6 @@ class MissingRequiredKeyInspectionTest : AbstractUnitFileTest() {
68
64
[Service]
69
65
Type=oneshot
70
66
ExecStart=foo
71
-
CPUAccounting=true
72
-
73
67
""".trimIndent()
74
68
75
69
// Exercise SUT
@@ -97,8 +91,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
@@ -284,7 +284,7 @@ class UnknownKeyInSectionInspectionTest : AbstractUnitFileTest() {
0 commit comments