Skip to content

Commit

Permalink
[icons] Revert change. Tests read and apply the config.json. That was…
Browse files Browse the repository at this point in the history
… unexpected.

I have turned the icons on in my config. For testing.
  • Loading branch information
Tobilike authored Jan 12, 2024
1 parent 1700e9e commit 0bebbf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archey/test/entries/test_archey_lan_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ def test_ipv6_and_limit_and_ether(self, _, __):
self.assertEqual(output_mock.append.call_count, 3)
output_mock.append.assert_has_calls(
[
call("\U000f0a60 LAN IP", "192.168.1.55"),
call("\U000f0a60 LAN IP", "2001::45:6789:abcd:6817"),
call("\U000f0a60 LAN IP", "fe80::abcd:ef0:abef:dead"),
call("LAN IP", "192.168.1.55"),
call("LAN IP", "2001::45:6789:abcd:6817"),
call("LAN IP", "fe80::abcd:ef0:abef:dead"),
]
)

Expand Down

0 comments on commit 0bebbf2

Please sign in to comment.