Update all the places we need base_run_time_seconds now

This commit is contained in:
2025-11-02 21:18:28 -05:00
parent a474b5df48
commit a8747dfe77
17 changed files with 28 additions and 28 deletions

View File

@ -34,7 +34,7 @@ def test_track():
Track.objects.create(
title="Emotion",
artist=Artist.objects.create(name="Carly Rae Jepsen"),
run_time_seconds=60,
base_run_time_seconds=60,
)