fix(test): fixed `test_cord_info_functions` test:
Summary
- fix(test): fixed
test_cord_info_functions
test:
- some asserts not affect a test, cause thread where this asserts executed not joined to main thread
-
current_cord_name
in test must be called before acord_is_main
causecord_is_main
create a cord under the hood, andcurrent_cord_name
will return this cord name instead of null
Ensure that
-
New code is covered by tests