Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Jun 14, 2023
1 parent 20113e3 commit 44ec77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_apply_relative_units(self, unit='relative'):
from immutabledict import immutabledict
from functools import partial

mm.kw = immutabledict(
mm.conditions = immutabledict(
{
'i ii iii iv v vi vii viii ix x'.split()[i]: props
for i, props in enumerate(
Expand All @@ -79,7 +79,7 @@ def test_apply_relative_units(self, unit='relative'):
)
}
)
for i in mm.kw.keys():
for i in mm.conditions.keys():
getattr(mm, i)

def test_apply_std_unit(self):
Expand Down

0 comments on commit 44ec77f

Please sign in to comment.