Skip to content

Commit

Permalink
Add missing comma to test_build_unit.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Aug 27, 2023
1 parent 54cfc9c commit 2ef1068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_build_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def revisions(self, path, max_revisions):
added_files=["e"],
modified_files=["f"],
deleted_files=["a"],
)
),
]

def checkout(self, revision, options):
Expand Down

0 comments on commit 2ef1068

Please sign in to comment.