Commit 82f61bd
VRTXOmega
fix: use AsyncMock for session stack teardown assertion
MagicMock doesn't have assert_awaited_once — needs AsyncMock for async
assertion methods. Switch the session_stack mock in the teardown test.1 parent e80f9ff commit 82f61bd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
0 commit comments