diff options
Diffstat (limited to 'test/test_functional.py')
-rw-r--r-- | test/test_functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_functional.py b/test/test_functional.py index f8e036d..2068ea9 100644 --- a/test/test_functional.py +++ b/test/test_functional.py @@ -82,7 +82,7 @@ class TestFile(object): @property def option_file(self): - return self._file_type('.args') + return self._file_type('.rc') @property def module(self): |