diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_monitoring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_monitoring.py b/Lib/test/test_monitoring.py index a07be30..1a129b9 100644 --- a/Lib/test/test_monitoring.py +++ b/Lib/test/test_monitoring.py @@ -1575,7 +1575,7 @@ class TestLoadSuperAttr(CheckEvents): ('line', 'method', 2), ('line', 'method', 3), ('line', 'method', 2), - ('call', 'method', 1), + ('call', 'method', d["b"]), ('line', 'method', 1), ('line', 'method', 1), ('line', 'get_events', 11), |