Skip to content

Commit

Permalink
update testfull
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Jul 20, 2024
1 parent e4ef646 commit 88a444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ def test_generic_data_split():
def test_generic_logging(capsys):
print("52: Starting test for logging")
log_file = "testing/gandlf.log"
gandlf_logger_setup(log_file)
logger_setup(log_file)
message = "Testing logging"

logging.debug(message)
Expand Down

0 comments on commit 88a444e

Please sign in to comment.