Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 11, 2024
1 parent fcdfca1 commit c2aa740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Udp_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
from sippy.Udp_server import self_test

class TestSelfTest(unittest.TestCase):
class TestUdp_server(unittest.TestCase):
def test_run(self):
# Create an instance of the self_test class
test_instance = self_test()
Expand Down

0 comments on commit c2aa740

Please sign in to comment.