Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkw committed Feb 25, 2022
1 parent c277c90 commit 245f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilities/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_name(tmpdir):


def test_version(tmpdir):
"""Verify names of loggers are concatenated properly."""
"""Verify versions of loggers are concatenated properly."""
logger1 = CSVLogger(tmpdir, version=0)
logger2 = CSVLogger(tmpdir, version=2)
logger3 = CSVLogger(tmpdir, version=1)
Expand Down

0 comments on commit 245f68a

Please sign in to comment.