Skip to content

Commit 8f04dd5

Browse files
author
benbrowning
committed
make test names unique
1 parent e183d70 commit 8f04dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_check_values_bad_template_alias_data(self):
123123
client.send, 'Cannot send a template e-mail without both a template_alias and template_model set'
124124
)
125125

126-
def test_check_values_bad_template_alias_data(self):
126+
def test_check_values_bad_template_model_data(self):
127127
client = PMMail(api_key='test', sender='from@example.com', to='to@example.com', template_model={'junk': 'more junk'})
128128
self.assert_missing_value_exception(
129129
client.send, 'Cannot send a template e-mail without either a template_id or template_alias set'

0 commit comments

Comments
 (0)