Skip to content

Commit

Permalink
Avoid confusion by using different test case class name
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 1, 2023
1 parent 8fa1050 commit 218bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_caller_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from lsst.utils import get_caller_name


class GetCallerNameTestCase(unittest.TestCase):
class GetCallerNameDeprecatedTestCase(unittest.TestCase):
"""Test get_caller_name
Warning: due to the different ways this can be run
Expand Down

0 comments on commit 218bda7

Please sign in to comment.