Skip to content

Commit 0997a83

Browse files
committed
Update tests
1 parent d7e0999 commit 0997a83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/tests/mock_builders/playback_info_builder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def playback_info_builder(
1111
track_duration=180000,
1212
album_progress=1000000,
1313
album_duration=18000000,
14+
is_playing=True,
1415
):
1516
return PlaybackInfo.model_validate(
1617
{
@@ -26,5 +27,6 @@ def playback_info_builder(
2627
"track_duration": track_duration,
2728
"album_progress": album_progress,
2829
"album_duration": album_duration,
30+
"is_playing": is_playing,
2931
}
3032
)

0 commit comments

Comments
 (0)