Skip to content

Commit 0b0bd8a

Browse files
committed
fix one test
1 parent 161e982 commit 0b0bd8a

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
@@ -1943,7 +1943,7 @@ def format_error_message(msg: str) -> str:
19431943
[
19441944
"The value at /ENTRY[my_entry]/SAMPLE[sample1]]/changer_position "
19451945
"should be one of the following Python types: "
1946-
"int, class 'numpy.integer, as defined in the "
1946+
"int, numpy.integer, as defined in the "
19471947
"NXDL as NX_INT."
19481948
],
19491949
id="baseclass-compressed-wrong-type",

0 commit comments

Comments
 (0)