Skip to content

Commit

Permalink
refac: retirando mock desnecessário
Browse files Browse the repository at this point in the history
  • Loading branch information
RWallan committed May 20, 2024
1 parent fb30509 commit 35ae917
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_fine_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ def test_start_fine_tuning_besides_propertie(fine_tuning):


def test_retrieve_fine_tuning_status_with_completed(fine_tuning):
mock_path = MagicMock(spec=Path)
mock_path.stat.return_value.st_size = 100000

with patch('builtins.open', mock_open(read_data='data')):
assert fine_tuning.status == 'COMPLETED'

0 comments on commit 35ae917

Please sign in to comment.