Skip to content

Commit

Permalink
Adjust test_ghdl_interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold authored and LarsAsplund committed Mar 30, 2024
1 parent f9f74e4 commit 3032da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ghdl_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_elaborate_e_project(self):

self.assertEqual(
simif._get_command( # pylint: disable=protected-access
config, str(Path("output_path") / "ghdl"), True, True, None
config, str(Path("output_path") / "ghdl"), True, True, "tb_entity", None
),
[
str(Path("prefix") / "ghdl"),
Expand Down

0 comments on commit 3032da0

Please sign in to comment.