Skip to content

Commit 4b424fa

Browse files
committed
fixup traceback test
1 parent 8ff274c commit 4b424fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_traceback.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ def test_traceback():
5252
assert_that(frames[0][1]).is_equal_to('test_traceback')
5353
assert_that(frames[0][2]).is_equal_to(35)
5454

55-
assert_that(frames[1][0]).ends_with('assertpy.py')
55+
assert_that(frames[1][0]).ends_with('base.py')
5656
assert_that(frames[1][1]).is_equal_to('is_equal_to')
57-
assert_that(frames[1][2]).is_greater_than(160)
57+
assert_that(frames[1][2]).is_greater_than(40)
5858

5959
assert_that(frames[2][0]).ends_with('assertpy.py')
6060
assert_that(frames[2][1]).is_equal_to('_err')
61-
assert_that(frames[2][2]).is_greater_than(1000)
61+
assert_that(frames[2][2]).is_greater_than(100)

0 commit comments

Comments
 (0)