Skip to content

Commit a67f6b1

Browse files
committed
Apply suggestions from code review
1 parent 66a61a2 commit a67f6b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/internal/test_settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,10 +642,10 @@ def test_config_public_properties_and_methods():
642642

643643
@pytest.mark.subprocess()
644644
def test_subscription_handler_called_once_for_duplicate_values():
645-
# This test ensures that the subscription handler is called only once
646-
# when the value is set multiple times to the same value.
647-
# It also checks that the handler is called again when the value changes.
648-
645+
"""This test ensures that the subscription handler is called only once
646+
when the value is set multiple times to the same value.
647+
It also checks that the handler is called again when the value changes.
648+
"""
649649
from ddtrace import config
650650

651651
call_count = 0

0 commit comments

Comments
 (0)