File tree 1 file changed +2
-2
lines changed
microsetta_private_api/admin/tests
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1207,7 +1207,7 @@ def test_get_daklapack_articles_not_retired(self):
1207
1207
with Transaction () as t :
1208
1208
admin_repo = AdminRepo (t )
1209
1209
articles = admin_repo .get_daklapack_articles ()
1210
- self .assertEqual (8 , len (articles ))
1210
+ self .assertEqual (9 , len (articles ))
1211
1211
first_article = articles [0 ]
1212
1212
first_article .pop ("dak_article_id" )
1213
1213
self .assertEqual (FIRST_LIVE_DAK_ARTICLE , first_article )
@@ -1216,7 +1216,7 @@ def test_get_daklapack_articles_all(self):
1216
1216
with Transaction () as t :
1217
1217
admin_repo = AdminRepo (t )
1218
1218
articles = admin_repo .get_daklapack_articles (include_retired = True )
1219
- self .assertEqual (24 , len (articles ))
1219
+ self .assertEqual (25 , len (articles ))
1220
1220
first_article = articles [0 ]
1221
1221
first_article .pop ("dak_article_id" )
1222
1222
self .assertEqual (FIRST_DAK_ARTICLE , first_article )
You can’t perform that action at this time.
0 commit comments