Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed May 20, 2022
1 parent 3a5e99c commit 1731018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/test/test_environmentvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_get_empty(self):
Tests that an empty environment drop contains no environment variables.
"""
env_drop = create_empty_env_vars()
self.assertEqual(dict(), env_drop._variables)
self.assertEqual({'nm': 'env_vars'}, env_drop._variables)

def test_get_multiple(self):
"""
Expand Down

0 comments on commit 1731018

Please sign in to comment.