Skip to content

Commit 9a0f87d

Browse files
add underscore
1 parent 63e6693 commit 9a0f87d

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_launch_lineitem(self):
55+
def test_launch_line_item(self):
5656
# Tests closing a project.
5757
responses.add(
5858
responses.POST,

0 commit comments

Comments
 (0)