From 54310b08cf4d366dcdf6cb7e7936b0b2aac04d33 Mon Sep 17 00:00:00 2001 From: Carlos Herrero <26092748+hbcarlos@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:32:44 +0200 Subject: [PATCH] lint --- tests/test_rooms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rooms.py b/tests/test_rooms.py index d989dd6d..669c6d4e 100644 --- a/tests/test_rooms.py +++ b/tests/test_rooms.py @@ -96,7 +96,7 @@ async def test_undefined_save_delay_should_not_save_content_after_document_chang async def test_should_reload_content_from_disk(): id = "test-id" content = "test" - paths = { id: "test.txt" } + paths = {id: "test.txt"} last_modified = datetime.now() cm = FakeContentsManager({"last_modified": last_modified, "content": "whatever"}) loader = FileLoader(