Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Aug 8, 2024
1 parent 00c80a3 commit 5af3cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void testTimeZoneId() {
.name(NAME)
.cronExpression(CRON_EXPRESSION)
.startWorkflowRequest(Commons.getStartWorkflowRequest())
.setZoneId("Europe/Madrid");
.zoneId("Europe/Madrid");
schedulerClient.saveSchedule(schedule);
var savedSchedule = schedulerClient.getSchedule(NAME);
assertEquals("Europe/Madrid", savedSchedule.getZoneId());
Expand Down

0 comments on commit 5af3cae

Please sign in to comment.