Commit a4e1fb3
committed
fix: skip duplicate test_mayachain_sign_tx and rename to avoid override
Python's method resolution means the second definition of
test_mayachain_sign_tx (line 169) overwrites the first (line 29),
losing the @unittest.skip decorator. Renamed to test_mayachain_sign_tx_memos
and added skip decorator.1 parent 2eb7bd5 commit a4e1fb3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments