Skip to content

Commit 7f36677

Browse files
committed
Fix test broken by line number.
1 parent d68815e commit 7f36677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/tests/RecordCall_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_record_call_with_caller_file_only_false():
2929
len(call_stack.rest_of_stack) > 0
3030
), "Expected the rest of stack to contain more than one CallLocation"
3131

32-
expected_call_location_str = "File: RecordCall_test.py, Line: 25"
32+
expected_call_location_str = "File: RecordCall_test.py, Line: 26"
3333

3434
if call_stack.location.file_name is not None:
3535
actual_file_name = os.path.basename(call_stack.location.file_name)

0 commit comments

Comments
 (0)