Skip to content

Commit

Permalink
fixup! update close method test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioSim committed Nov 22, 2023
1 parent cb53982 commit d764a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/backends/data/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def test_backends_data_fs_write_without_target(fs_backend, monkeypatch):


def test_backends_data_fs_close(fs_backend, caplog):
"""Test that the `FSDataBackend.close` method write an info log."""
"""Test that the `FSDataBackend.close` method produces an info level log."""

backend = fs_backend()
with caplog.at_level(logging.INFO):
Expand Down
2 changes: 1 addition & 1 deletion tests/backends/data/test_ldp.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def mock_post(url):


def test_backends_data_ldp_close(ldp_backend, caplog):
"""Test that the `LDPDataBackend.close` method write an info log."""
"""Test that the `LDPDataBackend.close` method produces an info level log."""

backend = ldp_backend()

Expand Down

0 comments on commit d764a94

Please sign in to comment.