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
Hi,
I am using the datadog sql mock example suite testing testify example and when the db.close() function is called it returns "Failed to close mock DB"
Running db.close() I receive "Failed to close mock DB"
Execute the suit test example on github using go 1.23.3 darwin/arm64
To close the mock db without errors
"Failed to close mock DB"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am using the datadog sql mock example suite testing testify example and when the db.close() function is called it returns "Failed to close mock DB"
Operating system and Go Version
Issue
Running db.close() I receive "Failed to close mock DB"
Reproduction steps
Execute the suit test example on github using go 1.23.3 darwin/arm64
Expected Result
To close the mock db without errors
Actual Result
"Failed to close mock DB"
The text was updated successfully, but these errors were encountered: