Skip to content

Commit

Permalink
Update test_cechoscp.py
Browse files Browse the repository at this point in the history
Change test class to TestCEchoSCP
  • Loading branch information
sjswerdloff authored Dec 15, 2024
1 parent 441eb50 commit 5e64f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdwii_plus_examples/tests/test_cechoscp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tdwii_plus_examples.cechoscp import CEchoSCP


class TestBaseSCP(unittest.TestCase):
class TestCEchoSCP(unittest.TestCase):

def setUp(self):
# Set up the logger for the BaseSCP to INFO level
Expand Down

0 comments on commit 5e64f09

Please sign in to comment.