Add this snippet to the functions: ```go if test, ok := t.(helper); ok { test.Helper() } ```