Skip to content

Commit

Permalink
chore: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebclrsn committed Aug 16, 2023
1 parent f5e1342 commit 12c35b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_simulated_auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def test_constructor(mocker, caplog):
name="test_aux",
)

assert "com is None" in caplog.text
assert simulated_aux.name == "test_aux"
assert simulated_aux.playbook is None
assert simulated_aux.ts_tc is None
Expand Down

0 comments on commit 12c35b2

Please sign in to comment.