Skip to content

test: fix use of t.Logf where t.Log would suffice #16328

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

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

mafredri
Copy link
Member

My editor keeps correcting these (incorrectly) to:

-	t.Logf(fakeBin)
+	t.Log("%s", fakeBin)

So I went ahead and fixed all instances of t.Logf that should really be t.Log.

@mafredri mafredri self-assigned this Jan 29, 2025
@mafredri mafredri requested a review from johnstcn January 29, 2025 14:24
@mafredri mafredri enabled auto-merge (squash) January 29, 2025 14:26
@mafredri mafredri merged commit c069563 into main Jan 29, 2025
33 checks passed
@mafredri mafredri deleted the mafredri/test-fix-logf branch January 29, 2025 14:35
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants