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

Commit 1e68505

Browse files
committed
Fix typo in test
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent abdce32 commit 1e68505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildshiprun/handler_test.go

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

5151
for k, v := range want {
5252
if _, ok := eventInfo.Annotations[k]; !ok {
53-
t.Errorf("want %s to be present in event.Labels", k)
53+
t.Errorf("want %s to be present in event.Annotations", k)
5454
continue
5555
}
5656
if vv, _ := eventInfo.Annotations[k]; vv != v {

0 commit comments

Comments
 (0)