It's more common to name thetesting.TB parameter t instead of tb as required by the tb_name linter.
data from github,
t testing.TB has ~64k hits
tb testing.TB has ~10k hits
Even within the Go repo, t testing.TB is more common (~10 hits) than tb testing.TB (<5 hits)