Skip to content

Commit

Permalink
fixed coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Oct 3, 2023
1 parent 842dddd commit d400de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/actual_tests/notes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def test_settings(nc_client):
nc_client.notes.set_settings(file_suffix=original_settings["file_suffix"])
modified_settings = nc_client.notes.get_settings()
assert modified_settings["file_suffix"] == original_settings["file_suffix"]
with pytest.raises(ValueError):
nc_client.notes.set_settings()


def test_create_delete(nc_client):
Expand Down

0 comments on commit d400de4

Please sign in to comment.