Skip to content

Commit

Permalink
fix: fix typo "exected" to "expected"
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
suzuki-shunsuke committed Jun 28, 2023
1 parent b48b261 commit fb06417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/upper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ func (b *fakeBuildAndDeployer) getOrCreateBuildCompletionChannel(key string) bui
var ok bool
ch, ok = val.(buildCompletionChannel)
if !ok {
panic(fmt.Sprintf("exected map value of type: buildCompletionChannel, got %T", val))
panic(fmt.Sprintf("expected map value of type: buildCompletionChannel, got %T", val))
}

return ch
Expand Down

0 comments on commit fb06417

Please sign in to comment.