Commit ff14d7d
fix: wait for unprepare() to complete before closing connection
The test was calling close() immediately after unprepare(), which would
cancel the unprepare operation. Now the test properly waits for the
unprepare requestCompleted event before closing the connection.
Co-authored-by: Arthur Schreiber <arthurschreiber@users.noreply.github.com>1 parent b58f128 commit ff14d7d
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | | - | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
0 commit comments