Skip to content

Commit e4138d5

Browse files
committed
fix: test docstring
1 parent 1778195 commit e4138d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_luma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_luma_get_promises(
99
luma_deliver_by_date,
1010
test_client,
1111
):
12-
"""Test that get promises from Luma."""
12+
"""Test that we get promises from Luma."""
1313
basic_shipment["ruleset_name"] = luma_ruleset_name
1414
basic_shipment["planned_ship_date"] = luma_planned_ship_date
1515
basic_shipment["deliver_by_date"] = luma_deliver_by_date

0 commit comments

Comments
 (0)