Skip to content

Commit

Permalink
#1786 Fixed test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Dec 1, 2023
1 parent 51c617d commit 5867cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/tests/domain/lfric/lfric_builtins_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def test_builtin_fld_args_different_data_type(monkeypatch):
_ = PSyFactory(API,
distributed_memory=False).create(invoke_info)
assert (f"In the LFRic API only the data type conversion built-ins "
f"['real_to_int_X', 'int_to_real_X', 'real_to_real_X'] are "
f"['real_to_int_X', 'real_to_real_X', 'int_to_real_X'] are "
f"allowed to have field arguments of different data types. "
f"However, found different data types ['gh_integer', 'gh_real'] "
f"for field arguments to '{test_builtin_name.lower()}'."
Expand Down

0 comments on commit 5867cfe

Please sign in to comment.