Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Apr 18, 2024
1 parent 0790aaf commit db2a4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def test_schema():
run = runschema.run.Run()
assert run.m_def.definition_id == 'fc17fdfdcba5aef2c02835a81ed65f95f314b687'
assert run.m_def.definition_id == '3ae043b867efa8f580a5f992213c19e06f20a4e4'
run.calculation.append(runschema.calculation.Calculation())
run.method.append(runschema.method.Method())
run.system.append(runschema.system.System())

0 comments on commit db2a4d3

Please sign in to comment.