Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini committed Apr 1, 2024
1 parent de9232e commit 35457a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkpoint/test_v1_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_checkpoint_no_validation_definitions_raises_error():


@pytest.mark.unit
def test_checkpoint_save_success(mocker: pytest.MockFixture):
def test_checkpoint_save_success(mocker: MockerFixture):
context = mocker.Mock(spec=AbstractDataContext)
set_context(project=context)

Expand Down

0 comments on commit 35457a7

Please sign in to comment.