From f99c0592c5dff85f7048867089a38350eb72a4c8 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Wed, 4 Oct 2023 17:50:55 +1100 Subject: [PATCH] bump ci --- pilot/helpers/test_Project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pilot/helpers/test_Project.py b/pilot/helpers/test_Project.py index f78765a..7fc5791 100644 --- a/pilot/helpers/test_Project.py +++ b/pilot/helpers/test_Project.py @@ -55,6 +55,7 @@ def test_save_file( # mock_update_file = mocker.patch('helpers.Project.update_file', return_value=None) # mocker.patch('helpers.Project.File') + print('bump CI !!!!!!!!!!!!!!!!!!!!!!!!!!!!!') project = create_project()