Changeset 53b782a in trunk


Ignore:
Timestamp:
2020-12-15T18:40:12Z (4 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
7dbcb4d
Parents:
c2dc2b3
Message:

get the function name right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_node.py

    rc2dc2b3 r53b782a  
    542542    def test_listen_on_zero(self):
    543543        """
    544         ``set_tub_locations`` raises ``PortAssignmentRequired`` called with a
     544        ``_tub_portlocation`` raises ``PortAssignmentRequired`` called with a
    545545        listen address including port 0 and no interface.
    546546        """
     
    555555    def test_listen_on_zero_with_host(self):
    556556        """
    557         ``set_tub_locations`` raises ``PortAssignmentRequired`` called with a
     557        ``_tub_portlocation`` raises ``PortAssignmentRequired`` called with a
    558558        listen address including port 0 and an interface.
    559559        """
Note: See TracChangeset for help on using the changeset viewer.