mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

Previously, if the autocommands are not triggered, the tests may still pass because no assertion is done. Add an assertion so that the tests will fail if the autocommands aren't triggered.