Skip to content

Commit 9c14555

Browse files
committed
update test case
1 parent 31f35dd commit 9c14555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataconverter/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ def test_validate_data_dict(data_dict, error_messages, caplog, request):
20202020
),
20212021
[
20222022
"The value at /my_entry/nxodd_name/bool_value should be one of the following Python types: "
2023-
"(<class 'bool'>, <class 'numpy.bool_'>), as defined in the NXDL as NX_BOOLEAN."
2023+
f"(<class 'bool'>, <class '{np_bool}'>), as defined in the NXDL as NX_BOOLEAN."
20242024
],
20252025
id="string-instead-of-bool",
20262026
),

0 commit comments

Comments
 (0)