From 66d1348b06921c3723df35f2c8a38086ba083557 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 13 Jul 2022 10:46:46 +0200 Subject: [PATCH] fix slots fixtures --- test/fixtures/slots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/slots.yml b/test/fixtures/slots.yml index 7116e7878..b5042c3e4 100644 --- a/test/fixtures/slots.yml +++ b/test/fixtures/slots.yml @@ -441,7 +441,7 @@ slot_61: slot_62: id: 62 - start_at:<%= 10.days.from_now.utc.change({hour: 16}).strftime('%Y-%m-%d %H:%M:%S.%9N Z') %> + start_at: <%= 10.days.from_now.utc.change({hour: 16}).strftime('%Y-%m-%d %H:%M:%S.%9N Z') %> end_at: <%= 10.days.from_now.utc.change({hour: 17}).strftime('%Y-%m-%d %H:%M:%S.%9N Z') %> created_at: '2022-07-12 15:18:43.968371' updated_at: '2022-07-12 15:18:43.968371'