We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f209 commit 1882cd0Copy full SHA for 1882cd0
src/scwidgets/check/_check.py
@@ -324,7 +324,7 @@ def message(self) -> str:
324
325
message += "\n".join(
326
[
327
- f" {Formatter.color_info_message(param_name)}: "
+ f" {Formatter.color_assert_info(param_name)}: "
328
f"{param_value!r}"
329
for param_name, param_value in self._inputs_parameters[
330
i
@@ -344,7 +344,7 @@ def message(self) -> str:
344
345
346
347
348
349
350
0 commit comments