Skip to content

Commit

Permalink
[Bug/Tests] Fix Terminal entry test
Browse files Browse the repository at this point in the history
  • Loading branch information
ingrinder committed Jan 7, 2024
1 parent 7b2565c commit fe95fe3
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 fe95fe3

Please sign in to comment.