X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=blobdiff_plain;f=lib%2Ftests%2Ftest_simple_config.py;fp=lib%2Ftests%2Ftest_simple_config.py;h=54fe20c1b0d6efff2cfb7f6d3286460dfa4fd1b7;hp=a800629d1c758c894b090e6c3a6512a1a46cde35;hb=3cbe11a42473af52e7c5e002c36aaaf32646f627;hpb=068609b4a65a172a15a24299b8a0fad0ef82898c diff --git a/lib/tests/test_simple_config.py b/lib/tests/test_simple_config.py index a800629..54fe20c 100644 --- a/lib/tests/test_simple_config.py +++ b/lib/tests/test_simple_config.py @@ -174,7 +174,7 @@ everything = 42 os.remove(self.thefile) def test_read_system_config_file_does_not_exist(self): - somefile = "/foo/I/do/not/exist/electrum.conf" + somefile = "/foo/I/do/not/exist/electrum-nvc.conf" result = read_system_config(somefile) self.assertEqual({}, result)