Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 2, 2024
1 parent 47a60bb commit 49cdcd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unittests/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def test_stack(self):

os.environ['RADICAL_DEBUG'] = 'TRUE'
stack_output = ru.stack()
import pprint
pprint.pprint(stack_output)
self.assertTrue(stack_output['radical']['radical.dummy'].endswith(
"no attribute 'version'"))

Expand Down

0 comments on commit 49cdcd4

Please sign in to comment.