renamed python test function for logger output

This commit is contained in:
Sven Vogel 2024-05-02 09:49:50 +02:00
parent 4b24e0645c
commit 7bfe49c8ed
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from logging import info, error
BIN_DIR = "bin/tests/logging/"
def run_logger_test():
def run_check_output():
info("started check output...")
p = subprocess.run(BIN_DIR + "output", capture_output=True, text=True)