Skip to content

Commit 774a7c2

Browse files
authored
Fix small typo in test name (#2981)
Fix grammar in test case name.
1 parent 9f0d981 commit 774a7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/state/graph/policies_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ func TestAttachPolicyToService(t *testing.T) {
593593
},
594594
},
595595
{
596-
name: "attachment; ancestor doesn't exists so add it",
596+
name: "attachment; ancestor doesn't exist so add it",
597597
policy: &Policy{
598598
Source: &policiesfakes.FakePolicy{},
599599
Ancestors: []PolicyAncestor{

0 commit comments

Comments
 (0)