We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to package this project into Debian. However, I met two test failure when doing go test. Now I have to skip those two test for now.
The error log is like the following. Please kindly help. Thank you!
=== RUN TestMessage_Unmarshal encoding_test.go:54 (TestMessage_Unmarshal) [/]:Payload: actual(string): '""' was not equal (string) '' --- FAIL: TestMessage_Unmarshal (0.00s) === RUN TestMessage_Marshal encoding_test.go:99 (TestMessage_Marshal) [/]:Payload: actual(string): '""' was not equal (string) '' --- FAIL: TestMessage_Marshal (0.00s) FAIL github.com/francoispqt/gojay/gojay/codegen/test/embedded_struct 0.004s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to package this project into Debian.
However, I met two test failure when doing go test.
Now I have to skip those two test for now.
The error log is like the following. Please kindly help. Thank you!
The text was updated successfully, but these errors were encountered: