Commit fed3efb
committed
Refactor process handling in AppiumLocalServiceTests
Removed the `using` statement for the current process in
`AppiumLocalServiceTests.cs`, allowing it to be referenced
without disposal. This simplifies the code while maintaining
the functionality to test graceful shutdown behavior on
Windows.1 parent 54d3cb5 commit fed3efb
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
0 commit comments