Yes, if you're referring to this line in the article:
NVarChar. This implicit conversion will fail if the string is larger than the maximum size of an NVarChar, which is 4000 characters. For strings larger than 4000 characters, explicitly set theSqlDbType.
Then I would agree that your test shows the article to be incorrect.