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 and lucacome committed Jan 16, 2025
1 parent f2acfd5 commit f339b84
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 f339b84

Please sign in to comment.