@@ -27,7 +27,7 @@ final class RecordMeetingTests: XCTestCase {
2727 RecordMeeting ( )
2828 } withDependencies: {
2929 $0. continuousClock = clock
30- $0. date. now = Date ( timeIntervalSince1970: 1234567890 )
30+ $0. date. now = Date ( timeIntervalSince1970: 1_234_567_890 )
3131 $0. dismiss = DismissEffect {
3232 dismissed. fulfill ( )
3333 }
@@ -79,7 +79,7 @@ final class RecordMeetingTests: XCTestCase {
7979 $0. syncUp. meetings. insert (
8080 Meeting (
8181 id: Meeting . ID ( UUID ( 0 ) ) ,
82- date: Date ( timeIntervalSince1970: 1234567890 ) ,
82+ date: Date ( timeIntervalSince1970: 1_234_567_890 ) ,
8383 transcript: " "
8484 ) ,
8585 at: 0
@@ -117,7 +117,7 @@ final class RecordMeetingTests: XCTestCase {
117117 RecordMeeting ( )
118118 } withDependencies: {
119119 $0. continuousClock = clock
120- $0. date. now = Date ( timeIntervalSince1970: 1234567890 )
120+ $0. date. now = Date ( timeIntervalSince1970: 1_234_567_890 )
121121 $0. dismiss = DismissEffect { dismissed. fulfill ( ) }
122122 $0. speechClient. authorizationStatus = { . authorized }
123123 $0. speechClient. startTask = { @Sendable _ in
@@ -168,7 +168,7 @@ final class RecordMeetingTests: XCTestCase {
168168 RecordMeeting ( )
169169 } withDependencies: {
170170 $0. continuousClock = clock
171- $0. date. now = Date ( timeIntervalSince1970: 1234567890 )
171+ $0. date. now = Date ( timeIntervalSince1970: 1_234_567_890 )
172172 $0. dismiss = DismissEffect { dismissed. fulfill ( ) }
173173 $0. speechClient. authorizationStatus = { . denied }
174174 $0. uuid = . incrementing
@@ -190,7 +190,7 @@ final class RecordMeetingTests: XCTestCase {
190190 $0. syncUp. meetings. insert (
191191 Meeting (
192192 id: Meeting . ID ( UUID ( 0 ) ) ,
193- date: Date ( timeIntervalSince1970: 1234567890 ) ,
193+ date: Date ( timeIntervalSince1970: 1_234_567_890 ) ,
194194 transcript: " "
195195 ) ,
196196 at: 0
@@ -257,7 +257,7 @@ final class RecordMeetingTests: XCTestCase {
257257 RecordMeeting ( )
258258 } withDependencies: {
259259 $0. continuousClock = clock
260- $0. date. now = Date ( timeIntervalSince1970: 1234567890 )
260+ $0. date. now = Date ( timeIntervalSince1970: 1_234_567_890 )
261261 $0. dismiss = DismissEffect { dismissed. fulfill ( ) }
262262 $0. speechClient. authorizationStatus = { . denied }
263263 $0. uuid = . incrementing
@@ -284,7 +284,7 @@ final class RecordMeetingTests: XCTestCase {
284284 $0. syncUp. meetings. insert (
285285 Meeting (
286286 id: Meeting . ID ( UUID ( 0 ) ) ,
287- date: Date ( timeIntervalSince1970: 1234567890 ) ,
287+ date: Date ( timeIntervalSince1970: 1_234_567_890 ) ,
288288 transcript: " "
289289 ) ,
290290 at: 0
@@ -321,7 +321,7 @@ final class RecordMeetingTests: XCTestCase {
321321 RecordMeeting ( )
322322 } withDependencies: {
323323 $0. continuousClock = clock
324- $0. date. now = Date ( timeIntervalSince1970: 1234567890 )
324+ $0. date. now = Date ( timeIntervalSince1970: 1_234_567_890 )
325325 $0. dismiss = DismissEffect { dismissed. fulfill ( ) }
326326 $0. speechClient. authorizationStatus = { . authorized }
327327 $0. speechClient. startTask = { @Sendable _ in
0 commit comments