Skip to content
Snippets Groups Projects

Tests: common: Fix displaying enum values

  1. Jul 07, 2022
    • Hugo Beauzée-Luyssen's avatar
      Tests: common: Fix displaying enum values · 9c969ed0
      Hugo Beauzée-Luyssen authored
      Most scopped enums are using uint8_t which ends up displaying non
      printable characters.
      Falling back to int allows the value to be displayed as number, which
      makes the failing tests output more valuable
      9c969ed0
Loading