Поправлена ошибка нарушения последовательности шагов тестов, сохранённых
в базе hashicorp/go-memdb@v1.3.2
Проявлялась в Go 1.19.
В Go 1.17, которая в требованиях - проблемы не было.
* fix(formatter): add onflush logger only print output at end of scenario when running concurrently
* add to changelog
* fix tests
* fix scenario outline output for the Pretty formatter
* fix casing for linter
* add coverage for new storage function
* relate suite back to where it was originally
* better type assertion on flush log
* var name for asserted formatter that doesn't clash with stdlib's fmt
* add coverage to summary
* only defer flush func when running concurrently
* much more concise way of deferring the flush
---------
Co-authored-by: Viacheslav Poturaev <vearutop@gmail.com>