Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Jun 8, 2024
1 parent 6fd7ef5 commit 36da9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/vmmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def test_cmd_vmmap(self):
self.assertGreater(len(res.splitlines()), 1)

res = gdb.execute("vmmap $pc", to_string=True)
self.assertEqual(len(res.splitlines()), 2)
self.assertEqual(len(res.splitlines()), 8)

0 comments on commit 36da9f9

Please sign in to comment.