You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- After upgrading `meck`, CI got errors about `context setup failed`.
Cleaning up `meck` functions in `fabric` to fix this issue.
```
[2025-03-12T20:04:15.632Z] module 'fabric_view_map'
[2025-03-12T20:04:16.552Z] fabric_view_map_meck_original:330: -handle_message_test_/0-fun-20- (t_handle_message_rexi_down)...[0.005 s] ok
[2025-03-12T20:04:17.472Z] undefined
[2025-03-12T20:04:17.472Z] *** context setup failed ***
[2025-03-12T20:04:17.472Z] **in function persistent_term:get/1
[2025-03-12T20:04:17.472Z] called as get({cover,fabric_view_map_meck_original})
[2025-03-12T20:04:17.472Z] in call from fabric_view_map_meck_original:'-handle_message_test_/0-fun-23-'/0
[2025-03-12T20:04:17.472Z] **error:badarg
```
- Simplify tests with `?TDEF` and `?TDEF_FE`
0 commit comments