Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 4, 2024
1 parent 9c2cc72 commit da52553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def test_validate_mcf(self):

mcf = read_mcf(get_abspath('../sample.yml'))

instance = json.loads(json_dumps(mcf)
instance = json.loads(json_dumps(mcf))

is_valid = validate_mcf(instance)
assert is_valid
Expand Down

0 comments on commit da52553

Please sign in to comment.