Commit b94d392
committed
fix(test): add missing clearInstallInfo() in executeUpgrade afterEach
Both executeUpgrade describe blocks (curl and nightly) call
setInstallInfo() in beforeEach but were missing the matching
clearInstallInfo() in afterEach, leaking DB state to subsequent tests.1 parent 5d7d58c commit b94d392
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
| 1004 | + | |
1004 | 1005 | | |
1005 | 1006 | | |
1006 | 1007 | | |
| |||
1272 | 1273 | | |
1273 | 1274 | | |
1274 | 1275 | | |
| 1276 | + | |
1275 | 1277 | | |
1276 | 1278 | | |
1277 | 1279 | | |
| |||
0 commit comments