From 9be08a40471750a4484718224e51e32b0dab591f Mon Sep 17 00:00:00 2001 From: lauvwbk Date: Mon, 8 May 2023 15:40:11 +0200 Subject: [PATCH] pytest model station --- aircox/tests/models/test_station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/tests/models/test_station.py b/aircox/tests/models/test_station.py index 70534c9..952df10 100644 --- a/aircox/tests/models/test_station.py +++ b/aircox/tests/models/test_station.py @@ -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