From 511dadcb6e644ee2617c0e9c80cc624e16e6a289 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Wed, 20 Sep 2023 13:03:17 +0300 Subject: [PATCH] chore: minor typo --- tests/test_fsm/storage/test_isolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fsm/storage/test_isolation.py b/tests/test_fsm/storage/test_isolation.py index 8212c955..f41a2b2c 100644 --- a/tests/test_fsm/storage/test_isolation.py +++ b/tests/test_fsm/storage/test_isolation.py @@ -24,4 +24,4 @@ class TestIsolations: storage_key: StorageKey, ): async with isolation.lock(key=storage_key): - assert True, "You are kidding me?" + assert True, "Are you kidding me?"