GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 05:12:45 -04:00
parent 1138c97865
commit 405ce258f2

View File

@ -69,7 +69,6 @@ class TestSemVer(unittest.TestCase):
@mock.patch("builtins.open", mock.mock_open()) @mock.patch("builtins.open", mock.mock_open())
def test_update_file_version( def test_update_file_version(
self, self,
mock_logger: mock.Mock,
mock_path_is_file: mock.Mock, mock_path_is_file: mock.Mock,
mock_toml_load: mock.Mock, mock_toml_load: mock.Mock,
): ):