feat: more clear output

This commit is contained in:
2025-03-18 03:23:15 +07:00
parent 6e5e676e84
commit 4536be4d10
3 changed files with 1 additions and 3 deletions

View File

@@ -7,6 +7,5 @@ import (
)
func TestNullSafety(t *testing.T) {
t.Parallel()
analysistest.Run(t, analysistest.TestData(), nullSafetyCheck.NullSafetyAnalyzer, "null_safety")
}