From c089dafc2bc9587bc2a411f092674c183f710b2d Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Fri, 22 Nov 2024 15:21:24 +0100 Subject: [PATCH] tests.models_file:master_file - add processed property to test --- tests/test_models_file.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_models_file.py b/tests/test_models_file.py index 35db3fe..219a850 100644 --- a/tests/test_models_file.py +++ b/tests/test_models_file.py @@ -145,6 +145,8 @@ def test_master_file( convert_actions, convert_actions_empty, uuid, + True, ) assert file.convert_access == convert_actions.get(file.puid) assert file.convert_statutory is None + assert file.processed