Skip to content

Commit

Permalink
renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
eckschi committed Oct 14, 2024
1 parent 4da466f commit 9af4731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


class TestMultipart(unittest.TestCase):
def test_run(self):
def test_multipart_unsorted_headers(self):
ct = SipContentType("multipart/mixed;boundary=boundaryZZZ")
ct.parse()
got = MsgBody(ecall_body1, mtype=ct)
Expand Down

0 comments on commit 9af4731

Please sign in to comment.