Skip to content

Commit 15ccc99

Browse files
committed
fixed test
1 parent d4698e3 commit 15ccc99

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)