Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Sep 4, 2024
1 parent 822dba8 commit bae992a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shuffle_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def nada_main():

return (
na.output(shuffled_nums, parties[1], "shuffled_num")
)
)
3 changes: 2 additions & 1 deletion tests/shuffle_simple_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ def shuffle_simple_test_not_same_order():
]

# Assert that the shuffled numbers are NOT in the same order as the input
assert shuffled_nums != original_nums, "Test failed: the order did not change"
assert shuffled_nums != original_nums, "Test failed: the order did not change"

0 comments on commit bae992a

Please sign in to comment.