Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 1fe7c3b

Browse files
committed
Run formatter on test file
1 parent 7fa23af commit 1fe7c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runestone/parsons/test/test_parsons.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,9 @@ def test_dag_grader(selenium_utils_get):
303303
def drag_block(block, before_block):
304304
ActionChains(selenium_utils_get.driver).drag_and_drop(
305305
source.find_element_by_id("parsons-6-block-" + str(block)),
306-
answer.find_element_by_id("parsons-6-block-" + str(before_block))
306+
answer.find_element_by_id("parsons-6-block-" + str(before_block)),
307307
).perform()
308308

309-
310309
reset.click()
311310

312311
ActionChains(selenium_utils_get.driver).drag_and_drop(

0 commit comments

Comments
 (0)