Skip to content

test: s/ASSERT/assert/

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/lowercase into master

This commit addresses an inconsistency with eight tests. These tests use the assert module, but named the variable ASSERT. This goes against the project's typical coding style, and negatively impacts global find and replace updates.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
Affected core subsystem(s)

test

Merge request reports

Loading