Skip to content

Commit

Permalink
Call generate_aimqb_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 14, 2023
1 parent 10e81b3 commit 6bc552d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/test_aimqbparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_aimqb_parser_default(
entry_point_calc_job = "aimall"
entry_point_parser = "aimqb.base"
node = generate_calc_job_node(
entry_point_calc_job, fixture_localhost, name, generate_aimqb_inputs
entry_point_calc_job, fixture_localhost, name, generate_aimqb_inputs()
)
parser = generate_parser(entry_point_parser)
results, calcfunction = parser.parse_from_node(node, store_provenance=False)
Expand Down

0 comments on commit 6bc552d

Please sign in to comment.