We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68815e commit 7f36677Copy full SHA for 7f36677
python/selfie-lib/tests/RecordCall_test.py
@@ -29,7 +29,7 @@ def test_record_call_with_caller_file_only_false():
29
len(call_stack.rest_of_stack) > 0
30
), "Expected the rest of stack to contain more than one CallLocation"
31
32
- expected_call_location_str = "File: RecordCall_test.py, Line: 25"
+ expected_call_location_str = "File: RecordCall_test.py, Line: 26"
33
34
if call_stack.location.file_name is not None:
35
actual_file_name = os.path.basename(call_stack.location.file_name)
0 commit comments