Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Apr 21, 2024
1 parent de1c1db commit 667968a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/multi_table/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,7 @@ def test_load(self, mock_file, cloudpickle_mock,
"""Test that the ``load`` method loads a stored synthesizer."""
# Setup
synthesizer_id = 'BaseMultiTableSynthesizer_1.0.0_92aff11e9a5649d1a280990d1231a5f5'
mock_datetime.datetime.now.return_value = '2024-04-19 16:20:10.037183'
mock_generate_synthesizer_id.return_value = synthesizer_id
synthesizer_mock = Mock(_fitted=False, _synthesizer_id=None)
cloudpickle_mock.load.return_value = synthesizer_mock
Expand Down

0 comments on commit 667968a

Please sign in to comment.