Skip to content

Commit

Permalink
Pass empty list to test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 12, 2024
1 parent 875860d commit 45dc951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-quota-your-home/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_reconcile_projids():
for s in homedirs:
os.mkdir(os.path.join(base_dir, s))

reconcile_projfiles([base_dir], projects_file.name, projid_file.name, 1000)
reconcile_projfiles([base_dir], projects_file.name, projid_file.name, 1000, [])

projects_file.flush()
projid_file.flush()
Expand Down

0 comments on commit 45dc951

Please sign in to comment.