File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def test_timeZone(self):
235
235
fd1b = fluent_date (dt1 , dateStyle = "full" , timeStyle = "full" )
236
236
self .assertRegex (
237
237
fd1b .format (en_GB ),
238
- "^Monday, 2 July 2018(,| at) 00:30:00 British Summer Time$" ,
238
+ "^Monday,? 2 July 2018(,| at) 00:30:00 British Summer Time$" ,
239
239
)
240
240
fd1c = fluent_date (dt1 , dateStyle = "short" )
241
241
self .assertEqual (fd1c .format (en_GB ), "02/07/2018" )
@@ -253,7 +253,7 @@ def test_timeZone(self):
253
253
)
254
254
self .assertRegex (
255
255
fd2b .format (en_GB ),
256
- "^Monday, 2 July 2018(,| at) 00:30:00 British Summer Time$" ,
256
+ "^Monday,? 2 July 2018(,| at) 00:30:00 British Summer Time$" ,
257
257
)
258
258
fd2c = fluent_date (dt2 , dateStyle = "short" , timeZone = "Europe/London" )
259
259
self .assertEqual (fd2c .format (en_GB ), "02/07/2018" )
You can’t perform that action at this time.
0 commit comments