You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assertSmallDataFrameEquality method always shows the first row as failing, even when it's the same. It's also not adding the line break before printing the first row comparison line.
utest is properly outputting the first line so looks like this bug is only for Scalatest.
Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered:
I would print a color reset code as the first line followed by a newline and then the actual/expected message. I think Scalatest is not handing the first color escape code as can be seen in it printing [34m. Possibly it's due to that being followed by [frank which may make the printer consumed for some reason.
The
assertSmallDataFrameEquality
method always shows the first row as failing, even when it's the same. It's also not adding the line break before printing the first row comparison line.utest is properly outputting the first line so looks like this bug is only for Scalatest.
Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered: