Add grades
This commit is contained in:
parent
2b89ee7df6
commit
db6f507c30
22 changed files with 308 additions and 146 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue