Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kakcy committed Aug 1, 2024
1 parent 33f0356 commit bf26006
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/batch/jobs/opsevent/event_count_watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,16 @@ func TestRunCountWatcher(t *testing.T) {
&autoopsproto.ListAutoOpsRulesResponse{
AutoOpsRules: []*autoopsproto.AutoOpsRule{
{
Id: "id-0",
FeatureId: "fid-0",
Clauses: []*autoopsproto.Clause{{Id: "c1", Clause: c1}},
TriggeredAt: 0,
Id: "id-0",
FeatureId: "fid-0",
Clauses: []*autoopsproto.Clause{{Id: "c1", Clause: c1}},
AutoOpsStatus: autoopsproto.AutoOpsStatus_WAITING,
},
{
Id: "id-1",
FeatureId: "fid-1",
Clauses: []*autoopsproto.Clause{{Id: "c1", Clause: c1}},
TriggeredAt: 1,
Id: "id-1",
FeatureId: "fid-1",
Clauses: []*autoopsproto.Clause{{Id: "c1", Clause: c1}},
AutoOpsStatus: autoopsproto.AutoOpsStatus_FINISHED,
},
},
},
Expand Down

0 comments on commit bf26006

Please sign in to comment.