Skip to content

Commit

Permalink
TO REVERT: always fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Nov 14, 2024
1 parent 41efdb0 commit 50df23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/web/resolver/spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestResolver_CronSpec(t *testing.T) {
Type: job.Cron,
CronSpec: &job.CronSpec{
CronSchedule: "CRON_TZ=UTC 0 0 1 1 *",
EVMChainID: ubig.NewI(42),
EVMChainID: ubig.NewI(45),
CreatedAt: f.Timestamp(),
},
}, nil)
Expand Down

0 comments on commit 50df23c

Please sign in to comment.