Skip to content

Commit e414357

Browse files
committed
fix typo
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent b3c2566 commit e414357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/cli/internal/policydevel/eval_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func TestEvaluate(t *testing.T) {
127127
assert.Contains(t, err.Error(), "invalid material kind")
128128
})
129129

130-
t.Run("evaulation for policy without specified kind", func(t *testing.T) {
130+
t.Run("evaluation for policy without specified kind", func(t *testing.T) {
131131
materialPath := "testdata/sbom_cyclonedx.json"
132132

133133
opts := &EvalOptions{

0 commit comments

Comments
 (0)