From 8be874bb750a889df6ea76e2ad3b8fdee3fbd419 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 19 Feb 2024 15:49:36 +0100 Subject: [PATCH] Update tests/test_scope.py Co-authored-by: Ivana Kellyerova --- tests/test_scope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scope.py b/tests/test_scope.py index b9b6b98883..5e7412bc37 100644 --- a/tests/test_scope.py +++ b/tests/test_scope.py @@ -356,7 +356,7 @@ def test_with_isolation_scope_data(clean_scopes): """ When doing `with isolation_scope()` the isolation *and* the current scope are forked, to prevent that by setting tags on the current scope in the context manager, data - bleads to the outer current scope. + bleeds to the outer current scope. """ isolation_scope_before = Scope.get_isolation_scope() current_scope_before = Scope.get_current_scope()