Skip to content

Commit

Permalink
to revert: fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 12, 2024
1 parent fd4d9f0 commit 111a2fc
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 111a2fc

Please sign in to comment.