Skip to content

Commit

Permalink
Typos: methonds -> methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Dec 4, 2023
1 parent 03078bc commit d747087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/actor/test_actor_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if TYPE_CHECKING:
from apify._memory_storage import MemoryStorageClient

# NOTE: We only test the dataset methonds available on Actor class/instance.
# NOTE: We only test the dataset methods available on Actor class/instance.
# Actual tests for the implementations are in storages/.


Expand Down
2 changes: 1 addition & 1 deletion tests/unit/actor/test_actor_key_value_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from apify._memory_storage import MemoryStorageClient


# NOTE: We only test the key-value store methonds available on Actor class/instance.
# NOTE: We only test the key-value store methods available on Actor class/instance.
# Actual tests for the implementations are in storages/.
class TestOpenKeyValueStore:
async def test_same_references(self: TestOpenKeyValueStore) -> None:
Expand Down

0 comments on commit d747087

Please sign in to comment.