Skip to content

Commit

Permalink
[TESTS] Fixes Terminal entry test (#143)
Browse files Browse the repository at this point in the history
This patch is a fix-up for 44a357e.
  • Loading branch information
ingrinder authored Jan 7, 2024
1 parent 7b2565c commit 56e36c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archey/test/entries/test_archey_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestTerminalEntry(unittest.TestCase):
def setUp(self):
# By default, colors won't be disabled.
self._should_color_output_patch = patch(
"archey.colors.Colors.should_color_output",
"archey.colors.Style.should_color_output",
return_value=True,
)
self._should_color_output_patch.start()
Expand Down

0 comments on commit 56e36c0

Please sign in to comment.