Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 10, 2023
2 parents 6adca50 + 3138531 commit 50f9d8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions unittests/test_transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ def test_retrieving_machine_details(self):

def test_boot_board(self):
self.board_config.set_up_remote_board()
with create_transceiver_from_hostname(
self.board_config.remotehost) as trans:
trans._boot_board()
trans = create_transceiver_from_hostname(self.board_config.remotehost)
trans._boot_board()

def test_set_watch_dog(self):
set_config("Machine", "version", 5)
Expand Down

0 comments on commit 50f9d8d

Please sign in to comment.