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
I went through with git bisect and found the original commit that broke that test to be 9a29f8e . This is problematic, because that commit created that test as well. So it seems it was never passing.
3aaab23 has the message "fix broken tests" but the tests still fail on that commit despite the adjustments made.
From looking at the content of the WSDL, the current generated source epciquery_gen.src should be correct; the core issue being the xml.Name member being added, which reflects the structure of the WSDL.
Using Go 1.20
It seems like its looking for an exact match to a sample file, but the output has changed slightly...
It's not clear to me what this is attempting to test or how to resolve it....
The text was updated successfully, but these errors were encountered: