8000 fix: Fix broken test · etherscan-io/sentry-python@fdad12d · GitHub
[go: up one dir, main page]

Skip to content

Commit fdad12d

Browse files
committed
fix: Fix broken test
1 parent bcce491 commit fdad12d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Make this a module for test_abs_path.

tests/utils/test_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_abs_path():
4747
for frame in frames:
4848
assert os.path.abspath(frame["abs_path"]) == frame["abs_path"]
4949

50-
assert frame1["filename"] == "tests/test_utils.py"
50+
assert frame1["filename"] == "tests/utils/test_general.py"
5151
assert frame2["filename"] == "test.py"
5252

5353

0 commit comments

Comments
 (0)
0