Skip to content

fix(test): fixed `test_cord_info_functions` test:

Konstantin D requested to merge fix/cord_info_functions into master

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 a cord_is_main cause cord_is_main create a cord under the hood, and current_cord_name will return this cord name instead of null

Ensure that

  • New code is covered by tests

Merge request reports