Skip to content

Commit

Permalink
Fix small typo in test name (#2981)
Browse files Browse the repository at this point in the history
Fix grammar in test case name.
  • Loading branch information
bjee19 authored Jan 6, 2025
1 parent 9f0d981 commit 774a7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mode/static/state/graph/policies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func TestAttachPolicyToService(t *testing.T) {
},
},
{
name: "attachment; ancestor doesn't exists so add it",
name: "attachment; ancestor doesn't exist so add it",
policy: &Policy{
Source: &policiesfakes.FakePolicy{},
Ancestors: []PolicyAncestor{
Expand Down

0 comments on commit 774a7c2

Please sign in to comment.