Skip to content

Commit 97487f1

Browse files
add underscore
1 parent 70c9e9e commit 97487f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_line_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_get_line_item_detailed_report(self):
5252
self.assertEqual(responses.calls[0].response.json(), line_item_detailed_report_json)
5353

5454
@responses.activate
55-
def test_pause_lineitem(self):
55+
def test_pause_line_item(self):
5656
# Tests pausing a line item.
5757
responses.add(
5858
responses.POST,

0 commit comments

Comments
 (0)