Skip to content

Commit bdbf3d5

Browse files
authored
Merge pull request #32 from carapace-sh/fix-test
fixed test
2 parents d4698e3 + 15ccc99 commit bdbf3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/carapace-aws/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestService(t *testing.T) {
2323

2424
patch := carapace.DiffPatch(
2525
bridge.ActionAws("aws"),
26-
bridge.ActionCarapaceBin("aws"),
26+
bridge.ActionCarapace("carapace-aws"),
2727
carapace.NewContext(service, ""),
2828
)
2929
for _, line := range patch {

0 commit comments

Comments
 (0)