Skip to content

Commit

Permalink
wrong method
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed May 13, 2024
1 parent 624dd84 commit 7d3e980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/annotations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func TestGetCronitorName(t *testing.T) {
}

parser := NewCronitorConfigParser(&cronJob)
if id := parser.GetCronitorID(); id != tc.expectedName {
if id := parser.GetCronitorName(); id != tc.expectedName {
t.Errorf("expected ID %s, got %s", tc.expectedName, id)
}
})
Expand Down

0 comments on commit 7d3e980

Please sign in to comment.