Skip to content

Commit

Permalink
fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 12, 2024
1 parent f17ffb9 commit 381a152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_by_set_chips(self):
set_config("Machine", "version", 5)
set_config("Machine", "virtual_board", "True")
# Called by sim.setup
FecDataWriter.mock().set_n_chips_in_graph(None, 100)
FecDataWriter.mock().set_n_chips_in_graph(100)
machine = virtual_machine_generator()
self.assertEqual(3, len(machine.ethernet_connected_chips))

Expand Down

0 comments on commit 381a152

Please sign in to comment.