Skip to content

Commit

Permalink
adding expectedIncorrectHints on test cases for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
gizas committed Mar 12, 2024
1 parent cea860a commit 3c291a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/hints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestGenerateHints(t *testing.T) {
name string
annotations map[string]string
result mapstr.M
expectedIncorrectHints int // We set the number of hints that will be marked as incorrect and wont part of the acceptable supported list
expectedIncorrectHints int // We set the number of hints that will be marked as incorrect and wont be included in the acceptable supported list
}{
//Empty annotations should return empty hints
{
Expand Down

0 comments on commit 3c291a5

Please sign in to comment.