add duration
This commit is contained in:
@@ -19,7 +19,7 @@ test('user can start a time tracker', function () {
|
||||
'user_id' => $user->id,
|
||||
'name' => $toDo->name,
|
||||
'checked' => false,
|
||||
]
|
||||
],
|
||||
]);
|
||||
});
|
||||
|
||||
@@ -41,7 +41,7 @@ test('user can retrieve his current timer', function () {
|
||||
'user_id' => $user->id,
|
||||
'name' => $toDo->name,
|
||||
'checked' => false,
|
||||
]
|
||||
],
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user