Skip to content

Commit

Permalink
" -> '
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Sep 28, 2023
1 parent d7ac0c4 commit 893240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_build_generate_callback(
interval_value: Union[str, int],
):

with mock.patch.object(Generate, "__init__",
with mock.patch.object(Generate, '__init__',
autospec=True) as mock_generate:
mock_generate.return_value = None
build_callback(
Expand Down

0 comments on commit 893240b

Please sign in to comment.