Skip to content

Commit f253c2e

Browse files
authored
Merge branch 'main' into fix/partial-condition-complement
Signed-off-by: kyasbal <ikakeru@google.com>
2 parents dca6b6a + 6a2a700 commit f253c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/task/inspection/commonlogk8sauditv2/impl/condition_historymodifier_task_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestConditionWalker(t *testing.T) {
174174
},
175175
},
176176
{
177-
name: "initial patch without status",
177+
name: "patch without status, with heartbeat",
178178
condition: &model.K8sResourceStatusCondition{
179179
Type: conditionType,
180180
LastTransitionTime: baseTime.Add(1 * time.Hour).Format(time.RFC3339),
@@ -190,7 +190,7 @@ func TestConditionWalker(t *testing.T) {
190190
},
191191
},
192192
{
193-
name: "initial patch without status",
193+
name: "patch with status added",
194194
condition: &model.K8sResourceStatusCondition{
195195
Type: conditionType,
196196
LastTransitionTime: baseTime.Add(3 * time.Hour).Format(time.RFC3339),

0 commit comments

Comments
 (0)