Commit af270f7
committed
fix(test): update teardownSourcePacket callers for the new signature
Threading the reset sequence through teardownSourcePacket changed its
signature and left the three C1 test call sites on the old one, so the
package failed to build. A local compile would have caught this instantly;
with no Go toolchain here, CI is the first compiler this code meets, so
signature changes need every caller checked by hand before pushing.1 parent 0dc2a6a commit af270f7
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments