Skip to content

Commit ec6ee17

Browse files
committed
fix one test
1 parent f4f9520 commit ec6ee17

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
@@ -1788,7 +1788,7 @@ def listify_template(data_dict: Template):
17881788
[
17891789
"The value at /ENTRY[my_entry]/SAMPLE[sample1]]/changer_position "
17901790
"should be one of the following Python types: "
1791-
"int, class 'numpy.integer, as defined in the "
1791+
"int, numpy.integer, as defined in the "
17921792
"NXDL as NX_INT."
17931793
],
17941794
id="baseclass-compressed-wrong-type",

0 commit comments

Comments
 (0)