Commit 9eb9e59
authored
fix: Dummy test (#2300)
Fixes Deadlock in test
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Updated naming and visibility of certain components for improved
accessibility.
- Adjusted constructor and method signatures for consistency.
- **Tests**
- Streamlined and updated test cases for better clarity and reliability.
- Modified test behavior to expect empty results rather than errors in
specific scenarios.
- Removed unused test and helper functions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 70d8b72 commit 9eb9e59
2 files changed
Lines changed: 32 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
22 | | - | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 10 | | |
26 | 11 | | |
27 | | - | |
| 12 | + | |
| 13 | + | |
28 | 14 | | |
29 | 15 | | |
30 | 16 | | |
| |||
66 | 52 | | |
67 | 53 | | |
68 | 54 | | |
69 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
70 | 58 | | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
74 | | - | |
| 62 | + | |
75 | 63 | | |
76 | 64 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
81 | 70 | | |
82 | | - | |
83 | | - | |
| 71 | + | |
| 72 | + | |
84 | 73 | | |
85 | 74 | | |
86 | 75 | | |
| |||
131 | 120 | | |
132 | 121 | | |
133 | 122 | | |
134 | | - | |
| 123 | + | |
| 124 | + | |
135 | 125 | | |
136 | 126 | | |
137 | 127 | | |
| |||
156 | 146 | | |
157 | 147 | | |
158 | 148 | | |
159 | | - | |
| 149 | + | |
160 | 150 | | |
161 | 151 | | |
162 | 152 | | |
| |||
165 | 155 | | |
166 | 156 | | |
167 | 157 | | |
| 158 | + | |
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
| |||
228 | 219 | | |
229 | 220 | | |
230 | 221 | | |
231 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
232 | 225 | | |
233 | 226 | | |
234 | 227 | | |
| |||
271 | 264 | | |
272 | 265 | | |
273 | 266 | | |
274 | | - | |
| 267 | + | |
| 268 | + | |
275 | 269 | | |
276 | 270 | | |
277 | 271 | | |
| |||
323 | 317 | | |
324 | 318 | | |
325 | 319 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
0 commit comments