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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
This also requires changing the line numbers on the rest of the file, so a pull request is incoming shortly. This will also slightly change the error message returned when this test fails but I am not sure if that of any great consequence.
The text was updated successfully, but these errors were encountered:
Due to using a simple string inequality test this function will fail if the errors package is located in a vendor subdirectory:
A simple fix is to replace lines 163-166 with the same testFormatRegex function used elsewhere:
to
testFormatRegexp(t, got, "%s", tt.want)
This also requires changing the line numbers on the rest of the file, so a pull request is incoming shortly. This will also slightly change the error message returned when this test fails but I am not sure if that of any great consequence.
The text was updated successfully, but these errors were encountered: