Skip to content

Commit

Permalink
resolved errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 12, 2024
1 parent 3ef484c commit 3f8d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hostcfgd/hostcfgd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_dns_events(self):
pass
mocked_run_cmd.assert_has_calls([call(['systemctl', 'restart', 'resolv-config'], True, False)])

class TestMemoryStatisticsCfg(unittest.TestCase):
class TestMemoryStatisticsCfg(unittest.TestCase):
def setUp(self):
self.cfg = Memory_StatisticsCfg()

Expand Down

0 comments on commit 3f8d9de

Please sign in to comment.