Skip to content
New issue

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

fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) #3356

Merged
merged 2 commits into from Mar 12, 2024

Conversation

oldme-git
Copy link
Member

t.AssertNil(nil) 居然没发现这么个低级错误 😢

@oldme-git oldme-git changed the title fix: unit test error in PgSQL and SQLite fix: unit test error in PgSQL and SQLite. Mar 8, 2024
@oldme-git oldme-git changed the title fix: unit test error in PgSQL and SQLite. fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) Mar 8, 2024
@oldme-git oldme-git changed the title fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) Mar 8, 2024
@gqcn gqcn merged commit 3a8f246 into gogf:master Mar 12, 2024
23 checks passed
@oldme-git oldme-git deleted the fix-unit-test branch March 22, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants