Add grades

This commit is contained in:
nemunaire 2025-10-22 15:39:40 +07:00
commit db6f507c30
22 changed files with 308 additions and 146 deletions

View file

@ -322,7 +322,7 @@ func TestGetAuthenticationScore(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
score := scorer.CalculateAuthenticationScore(tt.results)
score, _ := scorer.CalculateAuthenticationScore(tt.results)
if score != tt.expectedScore {
t.Errorf("Score = %v, want %v", score, tt.expectedScore)