This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 3d27fd0
authored
Fix muxing integration tests (#1189)
There seemed to be a race condition between two different commits on the
same day, one of which renamed a method and the failure to call the
method was shadowed by a try-except. The result was that we couldn't run
the muxing integration tests.1 parent 809c24a commit 3d27fd0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments