Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jul 31, 2023
1 parent a8d2ec8 commit 54310b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 54310b0

Please sign in to comment.