Clean up check_valid

This commit is contained in:
George Suntres
2026-04-20 10:27:58 -04:00
parent 1298398922
commit 9846471a97
6 changed files with 44 additions and 3 deletions

View File

@@ -44,3 +44,4 @@ func TestPassingValidate (t *testing.T) {
t.Fatal("Should have not thrown an error")
}
}