Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 11, 2020
1 parent abdce32 commit 1e68505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildshiprun/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestGetEvent_ReadAnnotations(t *testing.T) {

for k, v := range want {
if _, ok := eventInfo.Annotations[k]; !ok {
t.Errorf("want %s to be present in event.Labels", k)
t.Errorf("want %s to be present in event.Annotations", k)
continue
}
if vv, _ := eventInfo.Annotations[k]; vv != v {
Expand Down

0 comments on commit 1e68505

Please sign in to comment.