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 8ff274c commit 4b424faCopy full SHA for 4b424fa
tests/test_traceback.py
@@ -52,10 +52,10 @@ def test_traceback():
52
assert_that(frames[0][1]).is_equal_to('test_traceback')
53
assert_that(frames[0][2]).is_equal_to(35)
54
55
- assert_that(frames[1][0]).ends_with('assertpy.py')
+ assert_that(frames[1][0]).ends_with('base.py')
56
assert_that(frames[1][1]).is_equal_to('is_equal_to')
57
- assert_that(frames[1][2]).is_greater_than(160)
+ assert_that(frames[1][2]).is_greater_than(40)
58
59
assert_that(frames[2][0]).ends_with('assertpy.py')
60
assert_that(frames[2][1]).is_equal_to('_err')
61
- assert_that(frames[2][2]).is_greater_than(1000)
+ assert_that(frames[2][2]).is_greater_than(100)
0 commit comments