#100: Test model station #104

Closed
lvanwambeke wants to merge 4 commits from dev-1.0-100-pytest-model-station into develop-1.0
Showing only changes of commit 9be08a4047 - Show all commits

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