Skip to content

Commit 5e39fcb

Browse files
authored
Update tests/unit/test_configuration.py
1 parent c2892a9 commit 5e39fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_configuration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def test_global_configuration_works() -> None:
2424
is service_locator.get_configuration()
2525
)
2626

27+
28+
def test_global_configuration_works_reversed() -> None:
2729
assert (
2830
service_locator.get_configuration()
2931
is service_locator.get_configuration()

0 commit comments

Comments
 (0)