pytest model station

This commit is contained in:
Laurent Van Wambeke 2023-05-08 15:40:11 +02:00
parent c5db6daa83
commit 9be08a4047

View File

@ -70,7 +70,7 @@ class TestStationQuerySet:
# test
filtered_active_station = Station.objects.active()
# check: active station is returned.
# check: active station is returned
assert active_station in filtered_active_station