Skip to content

Commit

Permalink
🎨 - refactor: formatting/sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland authored and svenvandescheur committed Jan 2, 2025
1 parent 9c3ffec commit 3cefc3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# fmt: off
import asyncio

from django.test import tag

Expand All @@ -25,4 +24,4 @@ async def test_scenario_rename_list(self):
await self.when.user_clicks_button(page, "Naam bewerken")
await self.when.user_fills_form_field(page, "Naam", "Destruction list renamed", role="input")
await self.when.user_clicks_button(page, "Opslaan")
await self.then.page_should_contain_text(page, "Destruction list renamed")
await self.then.page_should_contain_text(page, "Destruction list renamed")

0 comments on commit 3cefc3d

Please sign in to comment.