Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Nov 2, 2024
1 parent e22bdf1 commit 6cb628e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,12 @@ def test_file_insert_submit_formaction(

@pytest.mark.selenium
def test_file_insert_change_event(
self, driver, live_server, upload_file, another_upload_file, freeze_upload_folder
self,
driver,
live_server,
upload_file,
another_upload_file,
freeze_upload_folder,
):
driver.get(live_server + self.create_url)
file_input = driver.find_element(By.XPATH, "//input[@name='file']")
Expand Down Expand Up @@ -304,8 +309,6 @@ def test_multi_file(
"other_file": [os.path.basename(yet_another_upload_file)],
}



def test_media(self):
assert ClearableFileInput().media._js == ["s3file/js/s3file.js"]

Expand Down

0 comments on commit 6cb628e

Please sign in to comment.