diff options
Diffstat (limited to 'src/mailman/commands/tests/test_create.py')
| -rw-r--r-- | src/mailman/commands/tests/test_create.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/tests/test_create.py b/src/mailman/commands/tests/test_create.py index d9e90df26..a3349fb60 100644 --- a/src/mailman/commands/tests/test_create.py +++ b/src/mailman/commands/tests/test_create.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Test `bin/mailman create`.""" +"""Test `mailman create`.""" __all__ = [ 'TestCreate', @@ -51,7 +51,7 @@ class FakeParser: class TestCreate(unittest.TestCase): - """Test `bin/mailman create`.""" + """Test `mailman create`.""" layer = ConfigLayer |
