Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmos-db committed Jun 28, 2024
1 parent a9aed53 commit 5d13bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/resource_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ func TestResourceJobCreate_Trigger_PeriodicCreate(t *testing.T) {
Trigger: &Trigger{
PauseStatus: "UNPAUSED",
Periodic: &Periodic{
Interval: 42,
Interval: 4,
Unit: "HOURS",
},
},
Expand Down

0 comments on commit 5d13bd3

Please sign in to comment.