Skip to content

Commit

Permalink
[target-remote] Remove empty line in gef-remote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Dec 15, 2023
1 parent bfaf685 commit 0734092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/gef_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_cmd_gef_remote_qemu_user(self):
f"RemoteSession(target='{GDBSERVER_PREFERED_HOST}:{port}', local='/tmp/", res)
self.assertIn(", qemu_user=True)", res)


def test_cmd_target_remote(self):
port = GDBSERVER_PREFERED_PORT + 3
before = [f"target remote {GDBSERVER_PREFERED_HOST}:{port}"]
Expand All @@ -48,4 +49,3 @@ def test_cmd_target_remote(self):
self.assertIn(
f"RemoteSession(target=':0', local='/tmp/", res)
self.assertIn(", qemu_user=False)", res)

0 comments on commit 0734092

Please sign in to comment.