Skip to content

Commit

Permalink
'Change back lineno for test'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGrant authored and thejunglejane committed Nov 15, 2019
1 parent 1754650 commit b3854ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marbles/core/tests/test_marbles.py
Expand Up @@ -536,7 +536,7 @@ def test_get_stack(self):
self.assertEqual(e.filename, os.path.abspath(__file__))
# This isn't great because I have to change it every time I
# add/remove imports but oh well
self.assertEqual(e.linenumber, 229)
self.assertEqual(e.linenumber, 211)

def test_assert_stmt_indicates_line(self):
'''Does e.assert_stmt indicate the line from the source code?'''
Expand Down

0 comments on commit b3854ba

Please sign in to comment.