Commit c936864
committed
Typing the 255 length to make a test case for a bug just fixed
If you allow the default to be used, 255 is an int. If you type it,
it's a string, and the Validator is responsible for converting to
an integer. This change is to type in 255, so that the test proves
this conversion is done correctly (if it's not, the annotation generates
improperly).1 parent 480783e commit c936864
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments