Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitov committed Oct 24, 2023
1 parent ffb26fd commit 86d69f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def test_user_config(self):
self._cleanup_files.append(cfg_dir)

os.environ['RADICAL_CONFIG_USER_DIR'] = cfg_dir
self.assertNotEquals(os.environ['RADICAL_CONFIG_USER_DIR'],
os.environ['HOME'])
self.assertNotEqual(os.environ['RADICAL_CONFIG_USER_DIR'],
os.environ['HOME'])

cfg_dir += '/.radical/utils/configs'
ru.rec_makedir(cfg_dir)
Expand Down

0 comments on commit 86d69f2

Please sign in to comment.